Parceljs

Clone

git clone https://github.com/im-sunil/react-parcel-starter-kit.git  my-app

Change dir

cd my-app

Remove origin add you own e.g git remote set-url origin https://hostname/octocat/Spoon-Knife

Install

npm install or yarn 

Run a script in dev

npm run dev  or yarn dev 

Visit

http://localhost:1234

Build

npm run build  or yarn build