1.2.3 • Published 10 years ago

generator-clementinejs v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
10 years ago

Clementine.js Yeoman Generator

Join the chat at https://gitter.im/johnstonbl01/clementinejs

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.

1.2.3

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago