barthachijuu / angular-bootstrap-grunt-boilerplate

My personal boilerplate built with Angular.js, Bootstrap and Grunt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ANGULAR-BOOTSTRAP-GRUNT-BOILERPLATE

This repo contains a simplified boilerplate to start a project with grunt, angular and bootstrap in order to make easier and faster the template's developing

PACKAGE.JSON

Dependency Status

BOWER.JSON

Dependency Status

Developed following the best practice for Angular.js (https://github.com/johnpapa/angular-styleguide), in anticipation of the arrival of Angular 2


SET UP

Before cloning the repo be sure you have installed:

  • Choose a folder project in your system and switch in cd [folder path]
  • Clone the repo in your folder git clone https://ibbatta@bitbucket.org/ibbatta/my-boilerplate.git

INSTALLATION

To install the npm repositories and bower packages run (from the directory of the project): npm install && bower install


USAGE

Once everything is installed, use grunt from the terminal to start the build tasks. The Gruntfile expose these tasks:

  • grunt server (start the project locally)
  • grunt dist (minify js, html and css files)
  • grunt clean (clean / remove tmp, dist and bower's component folders)

CONTRIBUTING

  • Fork it!
  • Create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -am 'Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request

HISTORY

Full commit history


CREDITS


TODO

  • Prepare images for dist
  • Write tests
  • Automate changelog updates

TROUBLESHOOTING

This boilerplate is not ready for production yet


LICENSE

CC0

Full license

About

My personal boilerplate built with Angular.js, Bootstrap and Grunt

License:MIT License


Languages

Language:JavaScript 50.5%Language:HTML 36.1%Language:CSS 13.4%