how I start a typescript webapp in 2020
by moltenform.com(Ben Fisher)
npm run start
to build for development
npm run build
to build for release
The template comes with these contents.
how I start a typescript webapp in 2020
by moltenform.com(Ben Fisher)
npm run start
to build for development
npm run build
to build for release
The template comes with these contents.