Nothing especial. Just my lab assignment: a "hello-world"-type React SPA.
- Clone the repo into any folder you want.
- Run
npm installto install the project dependencies. - Open your command prompt and navigate to the project root.
- Run
npm start. - Enjoy!