https://github.com/jacklam718/oneskycodetest
Code test for OneSky front-end developer.
https://github.com/jacklam718/oneskycodetest
Last synced: 9 months ago
JSON representation
Code test for OneSky front-end developer.
- Host: GitHub
- URL: https://github.com/jacklam718/oneskycodetest
- Owner: jacklam718
- Created: 2016-03-20T12:52:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-21T14:59:28.000Z (over 10 years ago)
- Last Synced: 2024-12-28T13:17:04.669Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 604 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instruction:
please run the following commands via console.
```bash
npm install
bower install
gulp build
```
when npm install, bower install and gulp build finished, you can run this command on your console ```./node_modules/.bin/serve``` (make sure are in the project directory) then type this url to your browser ```localhost:3000```