Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xasos/sportsstore
Sports store web app written in AngularJS and Deployd.
https://github.com/xasos/sportsstore
Last synced: about 1 month ago
JSON representation
Sports store web app written in AngularJS and Deployd.
- Host: GitHub
- URL: https://github.com/xasos/sportsstore
- Owner: xasos
- License: mit
- Created: 2014-07-30T04:15:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-15T06:15:44.000Z (over 10 years ago)
- Last Synced: 2024-10-14T21:18:29.395Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 457 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SportsStore
===========Sample sports store web app written in AngularJS and Deployd.
## Running the application
### Running Deployd
This application uses deployd to provide a simple API to feed product data on a localhost.
```sh
npm install -g deployd
dpd -p 5500 app.dpd
dashboard
```
### Starting site
```
Navigate to http://localhost:5500/app.html
```