Run npm install
to install dependencies
Run npm start
to start the web app
Run npm run build
to run webpack and create the bundle and html files in the dist folder
Run npm test
to ensure recent changes pass all current tests
This runs tests in src/awaitify.test.js
Run npm run test:experimental
to test experimental code
This runs tests in src/awaitify.experimental.test.js
Run npm run deploy
to build and deploy to the GitHub gh-pages branch
The build can be found at https://mikeaustin.github.io/Awaitify