a boilerplate for using ParcelJS for front-end development!
As a prerequisite it's assumed you have npm installed.
-
Clone the repo
git clone https://github.com/Finoy/Parcel-Boilerplate.git -
Install dependencies
npm i -
Start Development
npm run watch -
Start Production
npm run build