Skip to content

sternblumen/grid-system

Repository files navigation

Web Starter

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

Install

  • Clone this repository:
git clone git@github.com:scrubmx/web-starter.git mywebapp
  • Install all the dependecies:
cd mywebapp
sudo npm install
  • Run gulp to start watching for changes in your files.
  • Done!

Directory Structure

├── 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.txt

Licence

Web Starter is open-sourced software licensed under the MIT license

grid-system

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors