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

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.

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
```