✨ This workspace has been generated by Nx, smart monorepo system ✨ It consists of two services: FrontEnd & BackEnd
- In NX.js monorepo there are two main directories:
apps
where React-App and Nest.js-Server locatedlibs
for reusable things likeinterfaces, types, enums...
You also need preinstalled Yarn
package manager
Run yarn install
Create file
.env
in the main directory and configure environmental variables
Run yarn nx serve [service-name]
Run yarn start:full
. It starts both front-end and backend parts via my nx
custom scripts
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.