This repo uses Parcel to create a simple front-end framework, already set up with Parcel to create simple HTML landing pages. It usues HTML5, SCSS and vanilla JS as a starter.
To install this HTML starter clone the repo in your computer and run npm install
on it.
To run this repo in development use npm start
To build this repo use npm run build
This repo uses the --no-cache
flag in development to invalidate parcel cache. In case you do like its cache management, just remove the flag in package.json.