https://github.com/redapesolutions/hptraining
https://github.com/redapesolutions/hptraining
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redapesolutions/hptraining
- Owner: redapesolutions
- Created: 2015-01-16T04:28:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-17T12:24:17.000Z (over 11 years ago)
- Last Synced: 2025-03-04T12:22:58.122Z (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
```