Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emendelski/parcel-starter-kit
- Owner: emendelski
- Created: 2018-07-07T09:11:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T08:21:58.000Z (over 1 year ago)
- Last Synced: 2024-07-31T20:28:42.264Z (3 months ago)
- Topics: autoprefixer, babel, bulma, eslint, javascript, parcel, parcel-bundler, parceljs, scss, starter, starter-kit, template
- Language: SCSS
- Homepage:
- Size: 2.08 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-bulma - parcel-starter-kit - Simple boilerplate: Parcel, Bulma, Babel, Autoprefixer, Posthtml, Eslint and SCSS (Resources / Starters)
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)