Parcel HTML Starter
Intro
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.
Installation
To install this HTML starter clone the repo in your computer and run npm install
on it.
Development
To run this repo in development use npm start
Build
To build this repo use npm run build
Cache Management
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.