Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```