Skip to content

Kickstart AngularJS App with modular code, gulp, sass and other support out of the box

License

Notifications You must be signed in to change notification settings

sirajc/angularjs-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter Application for creating awesome AngularJS apps


Kickstart AngularJS App with modular code, gulp, sass, karma and other support out of the box. Try

Tools and Technologies

  1. HTML
  2. CSS
  3. JavaScript
  4. AngularJS
  5. SASS
  6. nodejs (npm)
  7. bower
  8. Gulp
  9. Git
  10. REST / AJAX
  11. Markdown
  12. Jasmine
  13. Karma
  14. Protractor
  15. Bootstrap

Setting up and using this project

  1. Install nodejs, npm; Globally install bower and gulp
  2. From console run npm install and then bower install
  3. Run gulp on console to trigger a clean build. goto http://localhost:8000 to view the app. This command also starts a watcher which builds and does the livereload whenver you change any file
  4. For unit tests run gulp karma. Tests are run continuously as and when the code is changed
  5. For e2e tests run gulp e2e. This will run your e2e on chrome. Make sure you run gulp webdriver_update once, before running e2e test cases
  6. Development and production builds will be created in builds/development and builds/production folder respectively (based on NODE_ENV variable set in environment)

Copyright and license

The MIT License

Copyright © 2014 Sirajuddin Choudhary

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

About

Kickstart AngularJS App with modular code, gulp, sass and other support out of the box

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published