- Install:
$ cd neureal-website-static
# and
$ npm install - Start the dev server and edit some code!
$ yarn start # or react-static start- Test a production build
$ yarn stage # or react-static build --staging
$ yarn serve
- Build for production!
$ yarn build # or react-static buildOnce you've installed and test driven sufficiently, you may want to:
