/Node-Catapult-Angular-B

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

Primary LanguageJavaScript

Node Catapult - Angular - B

A boilerplate starter project that includes Node, Express, Browserify, and Angular:

  • Minimal - Understand everything.
  • Efficient - Great defaults for development and production.
  • Rapid - Get started immediately.

Getting Started

$ git clone https://github.com/dYale/node-catapult-angular-B my-project
$ cd my-project
$ npm install
$ npm start

Now visit localhost:4000

Browserify Middleware

The most notable part of this app is browserify-middleware. This package allows for increased modularity, reduction of necessary code, and cleaner repositories.