Skip to content

Azizbek98/ExpressTS-Project-Template

Repository files navigation

Express Project Preset

Banner Image

Express Project Preset (Typescript)

This repository contains basic express project preset with typescript.


Installation Process

Clone repo:
git clone https://github.com/Azizbek98/ExpressJS-Project-Preset.git
Install and run:
npm install
npm start:dev
npm start:prod

Build project in production mode:

npm run build

Testing application for checking errors:

npm run test:unit