Skip to content

Latest commit

 

History

History
executable file
·
23 lines (17 loc) · 598 Bytes

README.md

File metadata and controls

executable file
·
23 lines (17 loc) · 598 Bytes

Node.js Blueprint

Prerequisites

Ensure that you have Node.js, and that grunt-cli is installed globally. Then run npm install.

Usage

Running the development environment
Runs the Node.js dev server and watches+compiles assets. Equivalent of running both grunt server and grunt assets separately:

grunt dev

Then visit http://localhost:7171

Compile assets as a one-off task

grunt build

License

Copyright © 2013 Michael LaCroix
MIT License