alexdonh / tsed-sample-discriminator

Just an TsED code sample to reproduce the discriminator bug

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tsed-sample-discriminator

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
$ yarn install

# serve
$ yarn start

# build for production
$ yarn build
$ yarn start:prod

About

Just an TsED code sample to reproduce the discriminator bug


Languages

Language:TypeScript 81.3%Language:Dockerfile 18.7%