Node.js > 6
git clone [email protected]:nanuclickity/react-app
cd react-app
yarn install
# To watch for changes after building once
yarn watch
# To start dev server (nodemon)
yarn dev-server
yarn build-prod
# Once this command finishes, run the following to fire up a debuggable server
yarn dev-server
# Production-like server
yarn server
yarn generate-pages