https://github.com/setsal/express-practice
Express practice via MDN
https://github.com/setsal/express-practice
Last synced: 11 months ago
JSON representation
Express practice via MDN
- Host: GitHub
- URL: https://github.com/setsal/express-practice
- Owner: setsal
- Created: 2018-11-04T02:20:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-04T04:05:41.000Z (over 7 years ago)
- Last Synced: 2025-02-27T10:40:32.931Z (over 1 year ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Express-Practice
Simple Local Library Practice via Mozilla Developer Network.
## Getting Start
Install dependencies:
```bash
$ git clone git@github.com:setsal/express-practice.git
$ cd express-practice
$ npm install
```
Run developement server:
``` bash
$ npm run devstart
```