Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.