Skip to content

lacroixdesign/not-today-signup

Repository files navigation

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