Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.04 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.04 KB

typescript-template

Template using the following tools

Assumes that nvm (or volta) and yarn are installed

Assumes that JetBrains IntelliJ (https://www.jetbrains.com/idea/) or Visual Studio Code (https://code.visualstudio.com/) is the IDE

Commands

run nvm install or volta install node to ensure that the correct node version is installed

run yarn set version berry or volta install yarn to use the latest yarn version

run yarn to install packages

run yarn test to run tests

run yarn lint to run linter

run yarn up-i to update packages