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

https://github.com/tniah/expressjs-boilerplate


https://github.com/tniah/expressjs-boilerplate

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## A boilerplate for ExpressJS

## Installation

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run dev
```