Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 733 Bytes

File metadata and controls

53 lines (32 loc) · 733 Bytes

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.