This is the frontend built with react
Install dependencies:
npm install
Start dev:
npm start
Start prod:
npm run build
To test and lint:
npm run test
npm run lint
Some { buzznames }:
feature, bugfix, refactor
Follow this structure in general:
frontend/{buzzname}/{ticketName-feature}