yousufkalim / nodejs-boilerplate

A complete boilerplate for node-js projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node-JS Boilerplate

Installation steps to run server locally

  1. Open a terminal
  2. Clone the project from the git clone link ( Command : git clone url)
  3. Go into project directory.
  4. Run npm install
  5. Create a copy of .env.example and rename it to .env
  6. Run nodemon to start the server

That's it

About

A complete boilerplate for node-js projects


Languages

Language:JavaScript 99.4%Language:Shell 0.6%