See Ts.ED project for more information.
yarn install
Important! Ts.ED requires Node >= 12, Express >= 4 and TypeScript >= 4.
# install dependencies
$ yarn install
# serve
$ yarn start
# build for production
$ yarn build
# deploy on vercel
$ yarn deploy