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

a dev environnement for webapps being developped in CoffeeScript

License

Notifications You must be signed in to change notification settings

qpre/webapp-coffee-devstarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

a dev environnement for webapps being developped in CoffeeScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published