A very simple app in react.js created in a Dojo by ThoughtWorks based on the repo by Christian Caroli: Astronauts in Space
- You need node
npm i
- To serve in your browser:
npm start
- To generate a production build:
npm build
Install serve.
npm install -g serve
serve -s build
hint: npm build
will actually suggest you that ^