- Node.js (version 8 is best at the moment)
- npm which comes with Node.js
- yarn
Starting a local dev server and its endpoint for receiving uploads:
$ yarn start
Starting the linter tasks:
$ yarn lint
Run the following the fire the deployment:
$ yarn deploy