Skip to content

kthilagarajan/nodejs-starter

Repository files navigation

nodejs-starter

Setup

  1. Install dependencies
npm install
  1. Create a .env file and fill the values
cp .env.template .env
  1. Start the server
npm run start:dev

Build

npm run build

Start the built server

npm run pm2:start

Stop the built server

npm run pm2:stop

Build Docker image

docker build -t nodejs-starter .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors