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

https://github.com/mikedevelops/boilerplate

A starting point, common CSS & Javascript compiler tasks served with browser-sync.
https://github.com/mikedevelops/boilerplate

Last synced: 5 months ago
JSON representation

A starting point, common CSS & Javascript compiler tasks served with browser-sync.

Awesome Lists containing this project

README

          

# boilerplate
A starting point. SCSS compilation & Javascript Bundling.
```
|-- boilerplate
|-- javascript
| |-- index.js
| |-- src
|-- scss
|-- main.scss
|-- public
| |-- index.html
| |-- dist
| |-- app.css
| |-- bundle.js
```

`npm install`
- Install dependencies

`npm start`
- Compile SCSS
- Autoprefix CSS
- Bundle Javascript [es2015]
- Serve with browser-sync

`npm prod`

- Compile SCSS [compressed]
- Autoprefix CSS
- Bundle Javascript
- Minify Javascript