markus
v0.2.1
Published
Express' opinionated application generator and boilerplate for Node.js web applications.
Downloads
19
Maintainers
Readme
Markus
Express' opinionated application generator and boilerplate for Node.js web applications. Inspired by Hackathon Starter and express-generator.
Quick Start
The quickest way to get started with markus is to utilize the executable markus(1)
to generate an application as shown below:
Create the app:
$ npm install -g markus
$ markus myproject && cd myproject
Install dependencies:
$ npm install
Run your app:
$ npm start