Skip to content
This repository has been archived by the owner on Apr 1, 2021. It is now read-only.

Latest commit

 

History

History
48 lines (34 loc) · 1008 Bytes

README.md

File metadata and controls

48 lines (34 loc) · 1008 Bytes

webapp-coffee-devstarter

A simple, yet effective dev environnement for webapps being developped in CoffeeScript.

Brings you :

Requirements

To get up and running, all you need is NodeJS to be installed.

Then simply run in your terminal :

npm install
bower install

You're all set !

Usage

To get your developement server up, all you need to do is running

grunt server

It will automagically watch your CS source files and recompile/reload it each times it gets changed

Alternatively you can run :

grunt build

To compile your project without running it, and:

grunt clean

To erase every file the compilation process made.