- node v15+
- npm 7+
Recommend installing node via nvm.
Installation instructions here:
https://github.com/creationix/nvm#install-script
# downloads and installs the latest version of node
nvm install node
# set the recently downloaded version of node as the working version
nvm use node
# update npm to the latest version
npm install npm@latest -g
# add yarn for great good
npm install yarn -g
yarn
Go to the billing-ui/
directory and run:
yarn start
The site will be served out of http://localhost:3500
yarn build