This is a sample Console Application BoilerPlate. It works over NodeJS, and It's build with grunt. You must have installed NodeJS and NPM
With this sample application, you can build console applications with compiling, testing and minifying.
It works for applications and for creating a clientside testing environment.
This Obtains the source code from this repo:
git clone git://github.com/jmanuelcorral/ConsoleApp_Boilerplate.git
This helps you to install the project Dependencies
cd ConsoleApp_Boilerplate
npm install
grunt