A music learning platform that gamifies music learning, by using a similar UI to Guitar Hero!
Currently the FE uses mock data to simulate requests to the BE.
- Node version: 18.19.1
- Package manager: npm
- Used the following reference
Run nx serve tabs-service
to run the tabs service in dev server.
Run nx serve noteable
to run the noteable admin app in dev server.
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.