Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amodinho/mdn-local-library

A simple Express based templated app.
https://github.com/amodinho/mdn-local-library

Last synced: 26 days ago
JSON representation

A simple Express based templated app.

Awesome Lists containing this project

README

        

# MDN-Local-Library
A simple Express based templated app.

# Setup
Install the packages
```
npm install
```

Fire the app up
```
SET DEBUG=express-locallibrary-tutorial:* & npm start
```