Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/redapesolutions/hptraining


https://github.com/redapesolutions/hptraining

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# 3 days training at HP - January 2014

## Initial setup
```sh
# Clone the source code
$ git clone https://github.com/redapesolutions/hptraining.git && cd ./hptraining

# Install NPM dependencies
$ npm install

# Install Bower dependencies
$ bower install

# Run a local version of the app
$ grunt serve
```