/node-catapult

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

Primary LanguageJavaScript

Node Catapult

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

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

Getting Started

$ git clone https://github.com/mindeavor/node-catapult 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. Great node packages are exceedingly rare – this is one of those packages.