- npm install to install the dependencies
- open two tabs in terminal
- In one tab run
npm start
(this runs live-server) - In the other tab run
npm run react-dev
(transpiles your React code and creates an output bundle)
npm start
(this runs live-server)npm run react-dev
(transpiles your React code and creates an output bundle)