2.0.0 • Published 4 years ago

parcel-sass-boilerplate v2.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

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:

  1. Clone the git repo — git clone https://github.com/enesaktay/parcel-sass-boilerplate.git

  2. Run yarn install or npm 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.

Features

Contributing

I am open for every contribute and pull requests.

License

The code is available under the MIT license.