Step 1: Make sure that nodeJS is installed. I suggest using a node version manager.
- nvm -- Mac or Linux.
- nvm-windows -- Windows.
Step 2: Install project dependencies.
$ npm install
Step 3: Start the dev server
$ npm start
Tests: Run the tests once or continuously.
$ npm test
$ npm run test:watch