Parcel Sass Boilerplate is a template for building web apps fast based on parcel.
Get it running with two easy steps:
-
Clone the git repo —
git clone https://github.com/enesaktay/parcel-sass-boilerplate.git
-
Run
yarn install
ornpm install
and parcel will install deliver everything you need. The outcome will be in the /dist folder.
For future development (without installing all the time) run yarn dev
or npm dev
.
To deploy to production run yarn prod
or npm prod
.
- Sass-Ready
- Includes:
Normalize.css
for CSS normalizations and common bug fixesjQuery
I am open for every contribute and pull requests.
The code is available under the MIT license.