This project was generated using Nx.
🔎 Smart, Fast and Extensible Build System
Run yarn to install node packages.
Run npm run dev for a dev server. Navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files. It runs all the commands below for lint, backend server, cypress e2e tests, and storybook (navigate to acess http://localhost:4400/).
Individual commands can be run executed by below commands
Run npm run lint for linting all files.
Run npm run server for json server. Navigate to http://localhost:5000/.
Run npm run cypress to execute the end-to-end tests via Cypress.
Run npm run storybook to run storybook which will be opened http://localhost:4400/ .
Run nx graph to see a diagram of the dependencies of your projects.
