Before installing dependencies set the default node version using nvm
:
nvm use
You can also install it by
- Checking the default version in the
.nvmrc
file in the root directory - Installing it using your preferred method (node official site,
brew
, etc)
yarn install
Eventhough npm
could also be used, yarn
is preferred over npm
.
yarn serve
yarn build
yarn lint