A nodejs >= 6.0.0 setup with yarn is recommended.
# install dependencies
yarn
# ...or, for npm
npm install
# serve with hot reload at localhost:3000
npm start
# build for production
npm run build
# build for production and push to gh-pages branch
npm run deploy