yousufkalim / node-ts-boilerplate

A boilerplate and architecture for Node and Express App with Typescript environment using best practices and lints

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A boilerplate and architecture for Node and Express App with Typescript environment using best practices and lints


Languages

Language:TypeScript 99.2%Language:JavaScript 0.4%Language:Shell 0.4%