This workspace is created using @nx/expo (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 (cypress/playwright)
- dogs and its e2e (cypress/playwright)
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 pagenx e2e cats-cypress
to run cypress e2e tests on cats appnx e2e cats-playwright
to run playwright e2e tests on cats appnx e2e dogs-cypress
to run cypress e2e tests on dogs appnx e2e dogs-playwright
to run playwright e2e tests on dogs appnx storybook cats
to serve storybook on cats appnx storybook ui
to serve storybook on ui library
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.