Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoangph271/work-on-dogs
https://github.com/hoangph271/work-on-dogs
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hoangph271/work-on-dogs
- Owner: hoangph271
- Created: 2020-12-21T07:25:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-21T07:30:10.000Z (about 4 years ago)
- Last Synced: 2024-10-25T10:50:51.884Z (2 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Start CLI
Run this to install modules:
```
npm i
```Then run this to start index.js
```
node index.js
```Or, in watched mode:
```
nodemon index.js
```