clovisolivier / boilerplate-angularjs-nodejs-grunt

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 86.0%Language:HTML 10.7%Language:CSS 3.3%