Shobhit-Mishra-02 / learning_express

0 stars 0 forks source link

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

git clone git@github.com:Shobhit-Mishra-02/express.git
cd express-templates
npm install
npx ts-jest config:init

Start express app

npm run start

Running test

npm run test