Before starting the frontend and backend servers, the common module has to be linked as it's not push to the npm repository yet. In order to do it, follow the below steps:
- install all dependencies (in the client, common and server folders)
- navigate to the 'common' folder and run 'yarn link'
- navigate to the 'client' folder and run 'yarn link @portfolio/common'
- navigate to the 'server' folder and run 'yarn link @portfolio/common'
run 'npm install' or 'yarn'
run 'npm run sb' or 'yarn sb'
run 'npm start' or 'yarn start'
run 'npm run cy:ct' or 'yarn cy:ct'
run 'npm run cy:ct-run' or 'yarn cy:ct-run'
run 'npm install' or 'yarn'
run 'npm start' or 'yarn start' and navigate to localhost:4000/graphql
run "yarn prisma:studio" and navigate to localhost:5555
run 'npm test' or 'yarn test'
run 'npm run db:seed' or 'yarn db seed'
run 'npm install' or 'yarn'
run 'npm run build' or 'yarn build'