This workspace is created using [@nx/expo](sketchpad 2) (Nx and Expo).
✨ This workspace has been generated by Nx, a Smart, fast and extensible build system. ✨
It contains 2 apps:
- cats and its e2e
- dogs and its e2e
4 libs:
- models
- queries: tanstack react-query
- states: redux state management
- ui
nx start cats
to start the cats appnx start dogs
to start the dogs appnx build cats
to build the cats app using EASnx build dogs
to build the dogs app using EASnx test cats
to test the cats appnx test dogs
to test the dogs appnx lint cats
to lint the cats appnx lint dogs
to lint the dogs appnpm run deploy
to deploy the cats app to github page
Run nx graph
to see a diagram of the dependencies of the projects.
Run npx nx connect-to-nx-cloud
to enable remote caching and make CI faster.
Visit the Nx Documentation to learn more.