Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 622 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 622 Bytes

React Project Template

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.

Notes

  • You only have to touch the ./src/App.js file.
  • You find the end point for this demo in sessions/react-props/demo-end.

Development

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.

Scripts

You can use the following commands:

  • npm run dev to start a development server