All Projects → spacejack → freddy

spacejack / freddy

Licence: other
A fast mobile Reddit reader web app

Programming Languages

typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Labels

Projects that are alternatives of or similar to freddy

three-mithril-ts
THREE.js, Mithril.js, TypeScript starter project
Stars: ✭ 34 (+78.95%)
Mutual labels:  mithriljs
mithril-modal
Modal example for Mithril.js
Stars: ✭ 14 (-26.32%)
Mutual labels:  mithriljs
jsoo-mithril
Js_of_ocaml bindings for MithrilJS
Stars: ✭ 21 (+10.53%)
Mutual labels:  mithriljs
pingcrm-mithril
Ping CRM on Mithril.js - A mithril demo application to illustrate how Inertia.js works.
Stars: ✭ 22 (+15.79%)
Mutual labels:  mithriljs

Freddy

Freddy is a mobile Reddit reader web app designed to run fast and smooth like a native app. It supports modern browsers only.

> Launch Freddy

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.

Development Install:

npm install

Recommended:

  • VS Code
    • tslint extension
    • stylelint extension
    • language-postcss extension
    • editorconfig extension

Serve, watch:

npm start

Then go to http://localhost:3000 in your browser.

Build minified JS & CSS files:

npm run build

Outputs to public/

Build all-in-one index.html distribution file:

npm run dist

Outputs to dist/index.html

Clean:

npm run clean
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].