dYale / node-catapult

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:JavaScript 84.4%Language:HTML 15.6%