FatehAK / wittr

Wittr is an 'Offline First' Progressive Web Application (PWA) that is powered by Service Workers and IndexDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wittr

Wittr is an 'Offline First' Progressive Web Application (PWA) that is powered by Service Workers and IndexDB

Running using local machine

Installing

Dependencies

Then check out the project and run:

npm install

Running

npm run serve

Using the app

You should now have the app server at localhost:8888 and the config server at localhost:8889.

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.
  • If you get any node-sass errors, try running npm rebuild node-sass --force or the remove node_modules folder and run npm install again

About

Wittr is an 'Offline First' Progressive Web Application (PWA) that is powered by Service Workers and IndexDB


Languages

Language:JavaScript 57.6%Language:CSS 39.0%Language:HTML 2.1%Language:Shell 1.3%