markus
v0.2.1
Published
Express' opinionated application generator and boilerplate for Node.js web applications.
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 myprojectInstall dependencies:
$ npm installRun your app:
$ npm start