Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yottaawesome/express-js-boilerplate
Minimal boilerplate for Node Express apps.
https://github.com/yottaawesome/express-js-boilerplate
List: express-js-boilerplate
babel boilerplate express node
Last synced: 3 days ago
JSON representation
Minimal boilerplate for Node Express apps.
- Host: GitHub
- URL: https://github.com/yottaawesome/express-js-boilerplate
- Owner: yottaawesome
- License: mit
- Created: 2019-10-18T07:55:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-18T09:10:07.000Z (about 1 year ago)
- Last Synced: 2023-09-18T10:38:39.647Z (about 1 year ago)
- Topics: babel, boilerplate, express, node
- Language: JavaScript
- Size: 1.35 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Express JS Boilerplate
## Introduction
This is a minimal boilerplate for Node Express apps. It comes with Babel support, CORS enabled, `nodemon` support, and some basic linting rules set up.
## Usage
Follow the instructions below to get started.
1. Install dependencies with `npm install`.
2. Secondly, rename the `example.env` file to `.env` and fill in the desired port.
3. Run `npm start` to host the application on the specified port.