Skip to content

core-school/intro-javascript-react-parcel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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