Skip to content

cmmcleod/node-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-Board

Setting up

Install Node and NPM

See Node.js.org for details.

Make sure /usr/local/share/npm/bin is in your $PATH

Set up Grunt

# While in your git repo
sudo npm install -g grunt-cli;
npm install;

Git Hooks

TBD

Building & Running

To run in Developer mode (this looks for file changes to restart the server):

grunt;

Deploying

TBD

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published