Skip to content

clovisolivier/boilerplate-angularjs-nodejs-grunt

Repository files navigation

Boilerplate-Angularjs-Nodejs-Grunt

This is built with Angularjs, Nodejs and Grunt.

Goal

Skeleton for simple Angularjs and Nodejs website. Build and lint assumed by Tasks runner Grunt

Install

Install with Npm and Bower.

npm install
bower install

Building and Run

Build and run with Grunt.

grunt

App starting on http://localhost:3000/#/

Test

Run tests with Karma.

grunt test

Default grunt tast also run karma tests

Karma starting on http://localhost:8080/#/

Hints

  • Scripts are in public/js
  • Views are in public/views
  • Styles are in public/styles
  • final files are in dist
  • Tests files are in 'test/'

Release notes

See CHANGELOG.md for a summary of changes.

About

Skeleton for website using AngularJs, NodeJs, Express, Karma and the tasks runner Grunt

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published