Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emendelski/parcel-starter-kit

📦 Simple boilerplate: Parcel, Bulma, Babel, Autoprefixer, Posthtml, Eslint and SCSS
https://github.com/emendelski/parcel-starter-kit

autoprefixer babel bulma eslint javascript parcel parcel-bundler parceljs scss starter starter-kit template

Last synced: 15 days ago
JSON representation

📦 Simple boilerplate: Parcel, Bulma, Babel, Autoprefixer, Posthtml, Eslint and SCSS

Awesome Lists containing this project

README

        

# Parcel Starter Kit

> Simple boilerplate: Parcel, Babel, Autoprefixer, Posthtml, Eslint and SCSS

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:1234
npm run serve

# lint code
npm run lint

# build for production with minification
npm run build
```

## Documentation
* [Bulma](https://bulma.io/)
* [ParcelJS](https://parceljs.org/)
* [Eslint - Airbnb](https://github.com/airbnb/javascript)
* [PostHTML-include](https://github.com/posthtml/posthtml-include)