Demo application using NX Monorepo to get the hand on concepts like:
- ReactQuery
- useContext
- Formik
- Redux
- MUI
- Router
npm installTo run the dev server for the api, use:
npx nx serve handson-react-query-apiTo run the dev server for the app, use:
npx nx serve handson-react-queryIf you have errors when npm tries to install CYPRESS Binaries, add this environment variable :
- On Linux\Mac:
export CYPRESS_INSTALL_BINARY=0- On Windows using Powershell:
$env:CYPRESS_CRASH_REPORTS = "0"- On Windows using Command Prompt:
set CYPRESS_CRASH_REPORTS=0 To fix this proxy error, add this environment variable:
- On Linux\Mac:
export NX_NO_CLOUD=true- On Windows using Powershell:
$env:NX_NO_CLOUD = "true"- On Windows using Command Prompt:
set NX_NO_CLOUD=true