- You only have to touch the
./src/App.js
file. - You find the end point for this demo in
sessions/react-nesting/demo-end
.
To work locally, please install the dependencies using npm i
first.
Run npm run start
to start a development server and open the displayed URL in a browser.
Select the "Preview: 3000" tab to view this project.
The
npm run start
script runs automatically.
You can use the following commands:
npm run start
to start a development server