Node.js API for PWABuilder
- Node: 0.12.2
- NPM: 2.7.5
- Express: 4.12.1
-
Clone the repo
-
Run
npm install -
Run
./bin/wwwto start the server orDEBUG=express:* ./bin/wwwfor debug logging
You can use the default grunt task to run the tests:
$ grunt
or to continually run the tests, use:
$ grunt watch