Skip to content

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

Notifications You must be signed in to change notification settings

Shobhit-Mishra-02/express-templates

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published