Auto-deployed from Master to demo at: https://www.underlay.org
npm install
npm start
npm run prod
Static files such as images, robots.txt, manifest.json, etc are stored in the /static folder. The contents of this folder are copied to the /dist folder during the production build. The contents, not the folder itself, are copied, so that robots.txt, etc will be at the top-level of the deployed application.
Be sure to set the routes that you want generated into static files by editing webpack/staticPaths
.