Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thicodes/node-express-boilerplate

A boilerplate for Node.js with Express.js
https://github.com/thicodes/node-express-boilerplate

Last synced: 1 day ago
JSON representation

A boilerplate for Node.js with Express.js

Awesome Lists containing this project

README

        

# Nodejs Express Boilerplate

This is a initial demo node.js for creating a modular app. The demo app has two modules as an example (users and articles).

## Installation and Usage

```sh
$ git clone https://github.com/thiagoleitedev/node-express-boilerplate
$ cd node-express-boilerplate
$ npm install
$ npm start
```

## License

MIT