This is the basic react project template.
Copy this folder and adjust the following elements:
- Project name in the package.json.
- Title in the index.html.
- Content of this Readme.
- You only have to touch the
./src/App.js
file. - You find the end point for this demo in
sessions/react-props/demo-end
.
To work locally, please install the dependencies using npm i
first.
Run npm run dev
to start a development server and open the displayed URL in a browser.
You can use the following commands:
npm run dev
to start a development server