React is used as a renderer.
You will need Node 14 running locally.
Install Node
Use nvm to manage different Node versions, and switch between them.
To install and switch to a required version run:
nvm install && nvm use
Install local Node dependencies
npm install
npm run serve
npm run lint
npm run build