Check the app 🥒 : https://nissanohana.github.io/react-technion-lec/
Start here: https://reactjs.org/docs/create-a-new-react-app.html
- Install node & npm - https://nodejs.org/en/
- on your terminal, cd my-app and run:
npm i
to install all app modules. 3. now run:
npm start
npx create-react-app my-app --template typescript
or
npx [email protected] my-app --template typescript