Skip to content

sparkbox/project-init

Repository files navigation

project-init

Our starting point for front-end development.

Prerequisites:

  1. Ruby
  2. Node
  3. grunt-cli npm install -g grunt-cli

To get started:

  1. Change the Project name in .ruby-gemset, close and reopen the terminal window.
  2. Type npm install and bundle in the root of the project directory.
  3. Change the Project Name in package.json
  4. Run grunt watch
  5. Science

Your project will compile to dist/

To-Do

  • Add minify
  • Source maps for minify
  • Add concat only on dist
  • Add livereload
  • Add bash script for easy install