btholt / complete-intro-to-react-v4

The Complete Intro to React, as given for Frontend Masters
https://frontendmasters.com/learn/react/
1.14k stars 248 forks source link

Parcel doesn't start local server #25

Closed AngKov closed 5 years ago

AngKov commented 5 years ago

npm run dev with configuration:

"dev": "parcel src/index.html"

doesn't do anything says: parcel src/index.html

and over. Please help to start the project!