ReactJS web application written in Typescript and hosted on Firebase implementing our main site for CruzHacks 2021 Event.
- Clone this repository
- Navigate to the root of the repository and run
yarn
which will install all the dependencies - Running
yarn start
will begin a development server onlocalhost:3000
where you can see the web app being served
yarn start
starts a development serveryarn lint:ts
runs the linter for all typescript filesyarn lint:css
runs the linter for all scss filesyarn lint
runs entire linting suite (both typescript and css scripts)yarn test
runs the jest testing suite using the--watch
flagyarn test:once
runs the entire jest testing suiteyarn build
creates a production build