Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 449 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 449 Bytes

Intro to Javascript and React with parcel: CORE Code School

How to run this repo

In a terminal, install the dependencies and run the dev server with the following commands:

  • npm install
  • npm start

References