Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 515 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 515 Bytes

Ts.ED logo

Ts.ED - Rently BackEnd

An awesome project based on Ts.ED framework

Getting started

Important! Ts.ED requires Node >= 14, Express >= 4 and TypeScript >= 4.

# install dependencies
$ npm install

# serve
$ npm run start

# build for production
$ npm run build
$ npm run start:prod