Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 314 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 314 Bytes

My little React application

Nothing especial. Just my lab assignment: a "hello-world"-type React SPA.

Launch guide

  1. Clone the repo into any folder you want.
  2. Run npm install to install the project dependencies.
  3. Open your command prompt and navigate to the project root.
  4. Run npm start.
  5. Enjoy!