This repository is the monorepo for all DevXP React projects for 2023. Please fork it and head to your Cohorts project to work there.
Each app is divided into two. The main app and the test app. The main app has the app name eg ch4 and the test app has e2e at the end of its name e.g ch4-e2e. Just work on the app that your cohort is working on and forget about the rest.
We use yarn
as our package manager. So under no circumstance should npm
be used.
yarn install
Each app is run by running yarn plus the name of your cohort, - the environment. So to run Ch3 web (React(NextJS)) just run
yarn ch3-web
or
yarn ch3-api
We use MUI for UI. And only when absolutely very neccessary should another UI library or CSS be used directly. MUI has all the component you need