cd backend
# Using yarn
yarn
yarn develop
# Using npm
npm install
npm run developcd frontend
# Using yarn
yarn
yarn develop
# Using npm
npm install
npm run developAngular server is running here => http://localhost:4200 Strapi server is running here => http://localhost:1337