A boilerplate that is easily extendible to incorporate most modern Frontend Frameworks.
https://cusxio.github.io/frontend-init/
- Completely unopinionated
- Choose your own Frontend Framework/ JavaScript Templating Engine
- Gulp
- Webpack 2
- Babel 6
- BrowserSync
- Sass
- PostCSS
- Imagemin
- Rev assets for cache busting
- Aggressive minification of HTML, CSS, and JS.
# Step 1
$ git clone git@github.com:cusxio/frontend-init.git
# Step 2
$ npm install$ npm run start# Bundling and Optmizing Files
$ npm run production
# For Github Pages
$ npm run deploy:gh-pagesMIT © Jonathan Chan