a boilerplate for using a simple vanilla js project Parcel JS
for front-end development!
- Stylesheet compilation
- Script compilation
Gets you up and running with Parcel JS
quickly! 🏃
As a prerequisite it's assumed you have npm/yarn
installed.
-
Clone the repo
-
Install dependencies
npm install / yarn
-
Start
yarn start
-
Build static files
yarn build
MIT