falconitconsultant / node-ts-boilerplate

A boilerplate and architecture for NodeJS and Express with Typescript environment using best practices and lints. Yousuf Kalim
1 stars 0 forks source link

NodeJS TypeScript 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's directory.
  4. Run yarn or npm install
  5. Create a copy of .env.example and rename it to .env
  6. Run nodemon to start the server

That's it