https://github.com/mannuelf/wittr
udacity demo app for offline first code. learning about service workers.
https://github.com/mannuelf/wittr
Last synced: 2 months ago
JSON representation
udacity demo app for offline first code. learning about service workers.
- Host: GitHub
- URL: https://github.com/mannuelf/wittr
- Owner: mannuelf
- Created: 2016-09-09T05:14:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-21T15:31:04.000Z (about 8 years ago)
- Last Synced: 2025-01-19T05:33:11.677Z (over 1 year ago)
- Language: JavaScript
- Size: 47.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wittr
This is a silly little demo app for an offline-first course.
# Installing
Dependencies:
* [Node.js](https://nodejs.org/en/) v0.12.7 or above
Then check out the project and run:
```sh
npm install
```
# Running
```sh
npm run serve
```
You should now have the app server at [localhost:8888](http://localhost:8888) and the config server at [localhost:8889](http://localhost:8888).
You can also configure the ports:
```sh
npm run serve -- --server-port=8000 --config-server-port=8001
```