#Jade Stylus Boilerplate
Boilerplate for web project using Jade, Stylus and Gulp.
Please install GulpJs globaly if you want to use it for another project, to install it run this code on you terminal
npm install -g gulp
Move to the root directory of the repo you downloaded, then run this on terminal to get going
npm install
After the npm finished, run this code.
bower install
To get this running just open terminal and type
gulp
Please save all your source code at the src/
directory, and all of it will be processed and copied to the dist/
folder
- Atom
- Gulp
- Bootstrap
- Animate.css
- Font-Awesome
- Jade-lang
- Stylus
- browserSync
- Christian Dimas - Initial work
This project is licensed under the MIT License - see the LICENSE.md file for details