https://github.com/lossurdo/html5-bower-grunt-sample
HTML5, Bower & Grunt start project
https://github.com/lossurdo/html5-bower-grunt-sample
Last synced: 3 months ago
JSON representation
HTML5, Bower & Grunt start project
- Host: GitHub
- URL: https://github.com/lossurdo/html5-bower-grunt-sample
- Owner: lossurdo
- License: mit
- Created: 2015-09-18T13:06:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-26T16:29:58.000Z (over 8 years ago)
- Last Synced: 2025-01-17T07:30:45.387Z (5 months ago)
- Language: JavaScript
- Size: 1.65 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# html5-bower-grunt-sample
HTML5, Bower & Grunt start projectClone this repository and run these commands:
```
$ bower install
$ npm install
$ grunt
```Open your browser and type: [http://localhost:9000](http://localhost:9000)
Done!