Skip to content

ucladevx/BPool-Frontend

Repository files navigation

BPool Frontend

Install dependencies

yarn install

Run app in developement mode

yarn start

Adding css

We are using scss for this project, so when you need to add a new scss file, you must import it in index.scss, which is compiled into an all-encompassing file index.css.

Testing

Run tests with the command

yarn test

Each component can and should have a test file. Currently, check the login folder for a very basic template of what to do to add something.