Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thicodes/node-express-boilerplate
- Owner: thicodes
- Created: 2016-02-04T16:01:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-15T13:16:54.000Z (almost 9 years ago)
- Last Synced: 2024-10-12T19:32:51.277Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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