Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toymachiner62/myezteam-frontend
This is the front end code of the myezteam website. It uses AngularJS and Bootstrap
https://github.com/toymachiner62/myezteam-frontend
Last synced: 30 days ago
JSON representation
This is the front end code of the myezteam website. It uses AngularJS and Bootstrap
- Host: GitHub
- URL: https://github.com/toymachiner62/myezteam-frontend
- Owner: toymachiner62
- Created: 2013-11-07T22:25:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-12-16T17:08:44.000Z (almost 8 years ago)
- Last Synced: 2024-04-18T01:24:26.478Z (7 months ago)
- Language: JavaScript
- Size: 1.97 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# myezteam-frontend
> This is the front end code of the myezteam website [http://myezteam.com](http://myezteam.com). It is built with AngularJS. The theme is based off this template http://startbootstrap.com/sb-admin
> This app uses https://github.com/doapp-jeremy/myezteam-webservices as the backend# Contribute
If you want to contribute to this project:
1. Clone the repo
2. Run `$ bower install`
3. Start an http server from the project root (I personally use `$ python -m SimpleHTTPServer` b/c it's easy)
4. Point your browser to [http://localhost:8000/](http://localhost:8000)
5. Add your feature and submit a pull requestEnjoy!