# if you haven't installed node version 8.10.0 LTS
nvm install v8.10.0
# install all development dependencies
npm install
# start local development
npm start
Then open http://localhost:3000/.
# create a production build into /build directory
npm run build