Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.68 KB

README.md

File metadata and controls

37 lines (30 loc) · 1.68 KB

The utility-belt

The utility-belt is a starter-kit for front-end projects. It's a suggested collection of packages to solve some of the issues that front-end projects may suffer from. It's built for modularity, reproducibility and easy collaboration.

It's built upon the NodeJS platform and uses the following packages & frameworks:

  1. ExpressJS (http://expressjs.com/)
  2. Jade (http://jade-lang.com/)
  3. LESS (http://lesscss.org/)
  4. RequireJS (http://requirejs.org/)
  5. Bower (http://bower.io/)
  6. Grunt (http://gruntjs.com/getting-started)

Dependencies

To get the environment up and running, follow this ecipe:

  1. NodeJS. Get it at http://www.nodejs.org
  2. After getting node up and running. Open your command line.
  3. Lets install some global packages. 3.1. First off we need grunt-cli. Type: npm install grunt-cli -g 3.2. Then supervisor. Type: npm install supervisor -g
  4. Now, we're ready to get our last set of dependencies. Go to the folder where you have cloned this repository.
  5. Type "npm install". Now you will have everything you need to develop on this project.

Some basics about this package