Directory Format

npm install
npm run dev       # to run on localhost

/frontend/src/Routes.tsx

/frontend/src/components/<componentName>

/frontend/src/helpers

/frontend/src/logic/functions

/frontend/src/pages/<pageName>

note

We don’t want to call the actual backend to test while developing frontend, so instead we’ll be using a mock server (in /frontend/src/stubbing)

We don’t want to call the actual backend to test while developing frontend, so instead we’ll be using a mock server (in /frontend/src/stubbing)

can have a look at the pull request here (ty aimen)
https://github.com/csesoc/cselectives-v2/pull/67