This is a silly little demo app for an offline-first course.
Dependencies:
- Node.js v0.21.7 or above
Then check out the project and run:
npm install
npm run serve
You should now have the app server at localhost:8888 and the config server at localhost:8889.
You can also configure the ports:
npm run serve -- --server-port=8000 --config-server-port=8001