Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 368 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 368 Bytes

react-parcel-starter

Starting the project on localhost

  • npm install
  • npm start

Deploying th project to github-pages

  • npm run deploy
  • open the github pages settings of your repository and set the source branch to gh-pages. The branch should be created automatically.

Tools