Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 591 Bytes

README.md

File metadata and controls

44 lines (25 loc) · 591 Bytes

typescript-node-template

We configure in this template

  • Node.js
  • TypeScript
  • EsLint
  • Prettier

recommended plugins on VS Code

https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint

https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode

How to use?

Install Node.js and Yarn

In order to install dependencies please run:

yarn

In order to run the Node.js server please run:

yarn start

How to upgrade?

yarn set version latest
yarn upgrade-interactive
yarn dlx @yarnpkg/sdks vscode