Skip to content

radialglo/guac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Guac

Guac is a delicious and exploratory JavaScript Framework.

How to setup the Guac Development Environment

Clone a copy of the main Guac repo

git clone https://github.com/radialglo/guac

Install Node.js

https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager

Install Dependencies

npm install

Install Grunt Command Line Interface

Grunt is a Javscript Task Runner that lets you automate minification, compilation, unit testing, linting (checking your code usage) , etc.

npm install -g grunt-cli

The job of the Grunt CLI is simple: run the version of Grunt which has been installed next to a Gruntfile

Testing

grunt connect mocha or npm test at top level directory

To keep the server live indefinitely and view static files run grunt connect:server:keepalive

About

built with avocado goodness

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published