https://docs.google.com/document/d/1ZE1D8SIlNv9GRaf0wn8ttzG9nQ4BnVNwIJId4XF_W7A/edit?usp=sharing
( Ogni branch è un esercizio diverso )
- Run
npm install. This will install all needed dependencies. - Run
npm start. This will run the dev server. - Open your browser and navigate to the provided URL (default:
http://localhost:8080/). - Open the Console/DevTools in your browser to see the
console.logs. - Keep modifying the
src/index.htmlandsrc/index.tsfiles to adjust the code you want to run. Saving these files will automatically reload the page. - Enjoy!