Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 579 Bytes

File metadata and controls

19 lines (10 loc) · 579 Bytes

to create the react app I did

npx create-react-app frontend --template typescript

tsconfig file contains the the configurations for typscripts including versions and stuff, src is what defines what our components actually are

cose su come si impara

when youy finsh the changes you have to do something like npm run build

Serving an application

these are the python requirments I added for serving the applicaiton I will now read thought the notes

? serve at root when someone goes to our website we want our react applicaiton ot be delivered