Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gyandeeps/mithril-hn
Mithril HNPWA. Temp url --->
https://github.com/gyandeeps/mithril-hn
hacker-news mithril mithril-hn progressive-web-app pwa
Last synced: about 1 month ago
JSON representation
Mithril HNPWA. Temp url --->
- Host: GitHub
- URL: https://github.com/gyandeeps/mithril-hn
- Owner: gyandeeps
- License: mit
- Created: 2017-05-30T03:11:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-29T01:42:56.000Z (over 7 years ago)
- Last Synced: 2025-01-05T02:42:08.537Z (about 1 month ago)
- Topics: hacker-news, mithril, mithril-hn, progressive-web-app, pwa
- Language: JavaScript
- Homepage: https://hn-mithril.firebaseapp.com
- Size: 176 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mithril-hn
### Why
Read: https://hnpwa.com/
### Dev setup
#### Front-end
Will run webpack dev server to work on front end code.
* `npm install`
* `npm run dev` -> http://localhost:3000#### Server
* `npm start` -> http://localhost:5000