https://github.com/keuller/adsales
Sample Application for Sale Advertisement
https://github.com/keuller/adsales
Last synced: 3 months ago
JSON representation
Sample Application for Sale Advertisement
- Host: GitHub
- URL: https://github.com/keuller/adsales
- Owner: keuller
- Created: 2016-07-26T20:48:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-26T20:55:54.000Z (almost 9 years ago)
- Last Synced: 2025-01-23T00:28:14.023Z (5 months ago)
- Language: JavaScript
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample App
This is a demo application thats simulates advertisement products.
1. Download all dependecies
```
$ npm install
```2. Run the application
```
$ npm start
```3. Run the tests
```
$ npm run test
```