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

https://github.com/dimpiax/node-express-boilerplate

Boilerplate starter for Node.js + Express application.
https://github.com/dimpiax/node-express-boilerplate

babel eslint express flow nodejs

Last synced: 3 months ago
JSON representation

Boilerplate starter for Node.js + Express application.

Awesome Lists containing this project

README

        

# node-express-boilerplate
Boilerplate starter for Node.js + Express application.

## Environment
Boilerplate includes:
* Babel
* ESlint
* Flow

## Setup
For fully setup you need to have Git, NPM, Node on your machine.

1. Clone the project and go into:
`git clone [email protected]:dimpiax/node-express-boilerplate.git my-project && cd $_`

2. Make `start` bash script executable:
`chmod +x start`

3. Execute script
`./start`

After it will create and all needed files and install packages, you are able to start from `index.js`.

## Run
Start application by command `npm start`, it will decide which command to start relatively to `NODE_ENV`.