Skip to content

elizabethcnfortunato/AdminBootstrap

 
 

Repository files navigation

N|Solid

Boostrap certification

This project is a template for build web applications

Tools used

  • 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

Installation

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 

Documentation

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/]

Development

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

License

MIT

About

Sample of admin in bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.8%
  • HTML 14.1%
  • CSS 1.1%