/express-templates

To make your work fast in developing express rest api created some express starter templates with typescript and es6.

Primary LanguageTypeScript

Express starter template with typescript

This is just simple express starter template with typescript support and testing is done with jest and supertest. To get the express starter template with es6 support then select es6 branch.

Quick start

  • Clone the repository.
git clone git@github.com:Shobhit-Mishra-02/express.git
cd express-templates
  • Install all the dependencies.
npm install
  • Run this command to create jest.config.js file
npx ts-jest config:init
  • That's it you are ready to rock !!

Start express app

npm run start

Running test

npm run test