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

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

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