Skip to content

ta-uchida/typescript-node-template

Repository files navigation

My TypeScript with Express on Node.js template

ENV

  • Node.js >=12.14.0
  • npm >= 6.13.4

develop/deploy

git clone [this repository]
npm i --no-save
npm run serve

after you developed, you had better run the following command.

# lint and auto-format
npm run fix

if you build deploy package, you can the following command.

npm run build
# push files to you environment under the `dist` directory

test

npm run test

About

TypeScript with Express(Node.js) template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published