Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.31 KB

File metadata and controls

26 lines (21 loc) · 1.31 KB

Express-boilerplate

A boilerplate to get an express application up and running in 1 minute.

Build Status Coverage Status

Features:

Usage

  • Clone the repository - git clone git@github.com:nedssoft/express-boilerplate.git
  • Change the git remote url to point to your repository - git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
  • Create a file .env and copy .env.example into it - cp .env.example .env
  • Fill in the values in the .env
  • Install dependencies - npm install
  • Start the app - npm run start:dev
  • Go ahead and explore the boilerplate and customize to suit your need