parcel-sass-boilerplate
v2.0.0
Published
A boilerplate for parcel including sass and the directory structure
Readme
Parcel Sass Boilerplate
Parcel Sass Boilerplate is a template for building web apps fast based on parcel.
Quick start
Get it running with two easy steps:
Clone the git repo —
git clone https://github.com/enesaktay/parcel-sass-boilerplate.gitRun
yarn installornpm installand 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.
Features
- Sass-Ready
- Includes:
Normalize.cssfor CSS normalizations and common bug fixesjQuery
Contributing
I am open for every contribute and pull requests.
License
The code is available under the MIT license.
