- node >= 16.10
- corepack enabled
Windows
Download installer at: https://nodejs.org/en/
Linux
sudo apt install nodejs
macOS
brew install node
Or you can use a version manager for node, like nvm and use it
node -v
corepack enable
Now you can proceed to project setup and serving
yarn install
yarn serve
yarn build
yarn test:unit
yarn test:e2e
yarn lint