Requirements:
node: ^6.2.1
npm: ^3.10.6
To install all dependencies:
$ npm install
To run local dev server:
$ npm start
To build production bundle.js:
$ npm run build
To run all tests (we use Jest and Enzyme for tests):
$ npm test
To run a particular test:
$ npm test nameOfTest