yarn install
yarn run serve
yarn run build
yarn run test
yarn run lint
yarn run test:e2e
yarn run test:unit
-
Install Chocolatey, a package manager from Windows, using the following directions from
https://chocolatey.org/installNote: Opted to use powershell since it also directly integrates into VSCode
-
Install Yarn, a project dependency manager, using the instructions from
https://yarnpkg.com/lang/en/docs/install/#windows-stableExecute
choco install yarnwithin a powershell terminal.Note: This will also install node.js as a yarn dependency. In case not installed, run
cinst nodejsto install node.js.Note: Restart your computer for VSCode terminal to have yarn in the path to use within VSCode