Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spacejack/freddy

A fast mobile Reddit reader web app
https://github.com/spacejack/freddy

mithriljs typescript

Last synced: about 1 month ago
JSON representation

A fast mobile Reddit reader web app

Awesome Lists containing this project

README

        

# 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](https://freddy.spacejack.ca/)

*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](https://mithril.js.org/) 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