To install grunt modules:
npm install
Tell grunt to watch for changes:
grunt watch
Open another Terminal window and run the server:
grunt connect
Use the assets folder to work with SASS/SCSS and Javascript files.
Use public to work with Jekyll HTML and template files.