Skip to content

Latest commit

 

History

History

README.md

FireTeam React

This is the frontend built with react

Local Setup

Install dependencies:

npm install

Start dev:

npm start

Start prod:

npm run build

To test and lint:

npm run test
npm run lint

Branch Naming

Some { buzznames }:

feature, bugfix, refactor

Follow this structure in general:

frontend/{buzzname}/{ticketName-feature}