You must have npm installed globally before running the following command:
$ npm install --global gulp
$ npm install
$ gulp dev
Now open your browser and go to 'localhost:8888/'
Build:
$ npm start // start a dev server
$ npm build // build a production version
$ npm test // run Jest cli