Based on the following book: SurviveJS - React.
npm i
- Install dependencies. This might take a while.npm start
- Run development build. If it doesn't start, make sure you aren't running anything else in the same port. In case you are on a Unix platform, you can tryPORT=3000 npm start
. It will pick up the port from the environment if it's set.- Surf to the port shown at terminal.
- Start modifying the code. The browser should pick up the changes.