ba-ng is a starter AngularJS repository for getting started with AngularJS Applications
Choose one of the following options:
- Download ZIP.
- Clone the git repo —
git clone https://github.com/elmahdim/ba-ng
.
- Compatible With Latest Bootstrap for Sass
- Cross-browser compatible (Chrome, Firefox, IE9+, Opera, Safari).
- The latest jQuery via CDN.
- Useful CSS helpers.
- Preprocessor (SCSS & Compass)
- Make sure you have nodejs installed on your machine.
- Install Compass
- Gruntjs installing the cli
- Install Bower
- Change the directory where your project's located
$ cd ba-ng
- Install Dependencies and Run the Application
2.1. Windows
- Install
$ ba-ng.bat
- Update
$ cd bin\update-ba-ng.bat
2.2. Linux
- Install
$ cd bin\ln-ba-ng.sh
- Update
$ cd bin\ln-update-ba-ng.sh
- 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
- Create new Pull Request help
- initial release