Freddy is a mobile Reddit reader web app designed to run fast and smooth like a native app. It supports modern browsers only.
Freddy works better when added to the homescreen. On iOS this will prevent swipe gestures from triggering browser forward/back navigation.
Freddy uses Mithril.js and is written in Typescript.
npm install
- VS Code
- tslint extension
- stylelint extension
- language-postcss extension
- editorconfig extension
npm start
Then go to http://localhost:3000 in your browser.
npm run build
Outputs to public/
npm run dist
Outputs to dist/index.html
npm run clean