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.
- Host: GitHub
- URL: https://github.com/mikedevelops/boilerplate
- Owner: mikedevelops
- Created: 2016-09-27T07:37:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-20T14:18:32.000Z (over 9 years ago)
- Last Synced: 2025-02-28T23:58:36.724Z (over 1 year ago)
- Language: HTML
- Size: 234 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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