- Make sure yarn is installed
npm i -g yarn - Install dependencies
yarn - Install nx globally
npm install -g nx - Initiate redis and mongodb instances
docker-compose up -d - Start application using nx command
nx run <app-name>:serve
services-apiAPIfrontend-userNext.js user applicationfrontend-doctorNext.js doctor applicationfrontend-managementNext.js management applicationnextCommon Next.js files librarytypesShared typesuiUI components library with Storybooks
# eg: Open next.js user app
nx run frontend-user:serve