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