basic_project_boilerplate

A simple empty project to start projects quickly

Starting server

simply run gulp and server should start if everything is installed.

write your javascript in the components/scripts folder, libraries can be added to components/lib and write your styles in the components/sass folder. They will all get compiled into the top level js and css folders.

RollTheBones