Skip to content
vkostov edited this page Mar 10, 2013 · 4 revisions

Get up and running with Git, Node, and Grunt.

#1.1 Install Git Download and install the latest version of Git

Follow the getting started.

#1.2 Install Node Follow the instructions for installing nvm

or

Install the regular NodeJS

#1.4 Install Grunt CLI

npm install -g grunt-cli

#1.3 Hardcore forking Fork the GarthDB/html_prototyping_sxsw repo.

Clone your repo locally

git clone git@github.com:<your_username>/html_prototyping_sxsw.git

Change to the new directory

cd html_prototyping_sxsw

Checkout the starting branch

git checkout Section/01

#1.4 Start the starter Download and install all the dependencies

npm install

Startup the grunt watcher and reload

grunt run

Enjoy.

Clone this wiki locally