- Push to main to build
View site here: https://salmon-river-0e94b1203.1.azurestaticapps.net
- Install node js
- Clone this repo
- I recommend WebStorm IDE from JetBrains to code
- Go to cloned repo and run
npm install
from root (this installs all packages) - Now run
npm start
from root, and maybe open a browser and go to http://localhost:3000, alternatively open WebStorm and openpackage.json
and click the start icon left of"start": "react-scripts start",
.
- Read https://reactjs.org/docs/components-and-props.html (React is combining TS and HTML in one file.)
- Very short intro to MUI: https://mui.com/getting-started/usage/ Mikkel can elaborate (MUI is instead of using css.)