https://github.com/stophecom/vresh.github.io
https://github.com/stophecom/vresh.github.io
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/stophecom/vresh.github.io
- Owner: stophecom
- Created: 2017-05-03T11:33:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-04T10:09:42.000Z (about 9 years ago)
- Last Synced: 2025-02-07T10:25:56.846Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://www.vresh.live
- Size: 59.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vresh.github.io
==================
http://www.vresh.live/
Static company website created with [yeoman](https://github.com/yeoman/generator-webapp).
## Getting Started
- Install: `npm install --global gulp-cli bower`
- Install node packages: `npm install`
- Install bower packages: `bower install`
## Run App
- Run `gulp serve` to preview and watch for changes
- Run `bower install --save ` to install frontend dependencies
- Run `gulp serve:test` to run the tests in the browser
- Run `gulp` to build your webapp for production
- Run `gulp serve:dist` to preview the production build
- Run `gulp deploy` to deploy to github pages