This project is a template for build web applications
- Bower - Pakager manager.
- Bootstrap - great UI boilerplate for modern web apps
- node.js - evented I/O for the backend
- Gulp - the streaming build system
- jQuery - JavaScript library
This templas has two config files, the first is package.json and bower.json, with these files a lot of dependencies will be installed on project folder, bellow has a commando on terminal to run start project
$ npm install && bower install
Plugin | Url |
---|---|
Bootstrap | [http://getbootstrap.com/] |
Nodejs | [https://nodejs.org/] |
Npm | [https://www.npmjs.com/] |
Bower | [https://bower.io/] |
Gulp | [http://gulpjs.com/] |
game to lean Flexbox | [https://flexboxfroggy.com/] |
Other important file is gulpfile.js, that is a powerful manager task and to run from terminal any task is simple.
$ gulp task
Tasks created on gulpfile
Task | Action |
---|---|
cache:css | remove "./dist/css/style.css" |
cache:js | remove "./dist/js/ap.js" |
sass | Task compile scss to css |
html | Task minify html |
js | Task minify js |
concat-js | Task concat js |
server | Task server local |
MIT