/node-catapult-angular-sass

A rapid project starter that includes Node, Express, Angular and Sass.

Primary LanguageJavaScript

Node Catapult - Angular & Sass

A boilerplate starter project that includes Node, Express, Angular and -now- Sass:

  • Lightweight - Comprehend everything.
  • Logical - Firm basics for development and production.
  • Swift - Get started immediately.

Getting Started

$ git clone https://github.com/fmaredia/node-catapult-angular-sass my-project
$ cd my-project
$ npm install
$ bower install
$ npm start

Now visit localhost:4000

Running the Tests

There is a basic test framework in your test/ folder. To run the tests, simply run npm test.

Credits

This version of the Node Catapult boilerplate utilizes the Angular version (https://github.com/dyale/node-catapult-angular) of mindeavor's original (https://github.com/mindeavor/node-catapult) and implements mindeavor's Node endpoint for compiling Sass (https://github.com/mindeavor/node-sass-endpoint)