Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 449 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 449 Bytes

micro-pod

An awesome project based on Ts.ED framework

See Ts.ED project for more information.

Build setup

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

# install dependencies
$ npm install

# serve
$ npm run start

# serve with mongodb in docker
$ npm run docker:build # only need to build once
$ npm run docker

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