Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 643 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 643 Bytes

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 git@github.com: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.