-
Node Package Manager (npm): suggested to install nvm to easily manage multiple node and npm versions with it.
nvm install lts/erbium # Install nodejs lts v12 nvm alias default lts/erbium
-
yarn: run
npm install -g yarnto install the yarn command.
- Install necessary npm packages
yarn install- Run and serve locally
yarn serveyarn build