Ecosyste.ms: Awesome
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 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tniah/expressjs-boilerplate
- Owner: tniah
- Created: 2023-11-06T03:27:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-14T03:07:53.000Z (about 1 year ago)
- Last Synced: 2023-11-14T04:21:18.378Z (about 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A boilerplate for ExpressJS
## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run dev
```