Start new projects very quickly using SASS, ES6 and Browserify with Gulp.
This is ideal for building a quick demo / proof of concept.
- You can use ES6 features and your code is automatically run through JSLint and Browserify.
- Use npm to install any module you need and import that into your code.
- JQuery is inculded by default
- Clone this repository:
git clone git@github.com:scrubmx/web-starter.git mywebapp- Install all the dependecies:
cd mywebapp
sudo npm install- Run
gulpto start watching for changes in your files. - Done!
├── resources
│ └── assets
│ ├── sass
│ │ ├── _global.scss
│ │ ├── _variables.scss
│ │ └── style.scss
│ └── scripts
│ └── app.js
├── .editorconfig
├── .gitignore
├── favicon.ico
├── gulpfile.babel.js
├── index.html
├── license.txt
├── package.json
├── readme.md
└── robots.txtWeb Starter is open-sourced software licensed under the MIT license