✨ This workspace has been generated by Nx, a Smart, fast and extensible build system. ✨
yarn create nx-workspace cbioportal-cohort-request --preset=react-monorepo --appName=cohort-request-frontend
nx g @nrwl/node:app --framework=express cohort-request-api --frontendProject=cohort-request-frontend
Run nx serve cohort-request-frontend
for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run nx serve cohort-request-api
for a dev server. Navigate to http://localhost:3200/. The app will automatically reload if you change any of the source files.
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.