NxMernStarter by Notice Everything Creative
This project was generated using Nx.
yarn install- Start API and Client apps (single terminal):
yarn start - Start API:
yarn start.api - Start Client App:
yarn start.client
- Run all unit tests:
yarn test - Run client tests:
yarn test.client - Run API tests:
yarn test.api
- Headless:
yarn e2e - Browser:
yarn e2e --watch