tomasperezv / wittr

Silly demo app for an online course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wittr

This is a silly little demo app for an offline-first course.

Installing

Dependencies:

Then check out the project and run:

npm install

Running

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

Troubleshooting

  • Errors while executing npm run serve
    • The first thing to try is to upgrade to latest version of node
    • If latest version also produces errors, try installing v4.5.0
      • An easy for that would be to use nvm as discussed here

About

Silly demo app for an online course


Languages

Language:JavaScript 54.0%Language:CSS 42.3%Language:HTML 2.3%Language:Shell 1.4%