Skip to content

CodeDoesGood/Web-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published