Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redapesolutions/hptraining
https://github.com/redapesolutions/hptraining
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/redapesolutions/hptraining
- Owner: redapesolutions
- Created: 2015-01-16T04:28:36.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-17T12:24:17.000Z (almost 10 years ago)
- Last Synced: 2023-08-06T12:03:19.423Z (over 1 year ago)
- Language: JavaScript
- Size: 191 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```