generator-clementinejs v1.2.3
Clementine.js Yeoman Generator
A Yeoman generator for the Clementine.js boilerplate.
Clementine.js is a lightweight boilerplate for fullstack JavaScript development which utilizes MongoDB, Express and Node.js. Coming in at just under 32 KB, Clementine.js is a perfect alternative to more feature-dense boilerplates.
Clementine.js errs on the side of transparency and simplicity, making it an ideal starting point for beginner and seasoned developers alike. Note that this implementation assumes the developer wishes to perform implementation of more complex features him- or herself.
Installation
Prerequisites:
Installation:
$ npm install -g yo
$ npm install -g generator-clementinejs
$ mkdir your-project
$ cd your-project
$ yo clementinejs
To install the Angular version of Clementine.js, use $ yo clementinejs:angular
instead of $ yo clementinejs
.
Note: Both the generator and Yeoman must be installed globally.
To start the application, browse to the project directory and type: $ node server
into the terminal window. Point a browser to localhost:3000
and you're up and running!
Source Code
Source code for the project can be found here.
Documentation
Documentation for the application can be found here.
Contributing
This is an open-source project, and contributions are always welcome! To see ways to contribute, please review the contribution guidelines.
License
MIT License. Click here for more information.