Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sheenazien8/nodejs_boilerplate
Expressjs simple boilerplate
https://github.com/sheenazien8/nodejs_boilerplate
boilerplate expressjs nodejs
Last synced: about 1 month ago
JSON representation
Expressjs simple boilerplate
- Host: GitHub
- URL: https://github.com/sheenazien8/nodejs_boilerplate
- Owner: sheenazien8
- Created: 2019-10-12T02:51:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T05:25:59.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T08:12:53.914Z (almost 2 years ago)
- Topics: boilerplate, expressjs, nodejs
- Language: JavaScript
- Homepage:
- Size: 447 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nodejs Boilerplate
## Getting started
```bash
# clone the project
git clone https://github.com/sheenazien8/nodejs_boilerplate/# enter the project directory
cd nodejs_boilerplate# install dependency
yarn install# develop
yarn run dev# run test
yarn run test
```## Build
```bash
# build for production environment
yarn run build
```