- Run
npm i
, this will also install the frontend dependancies - You can navigate inside the frontend folder
cd src/frontend
and runnpm i
npm start
npm run backend
npm run frontend
or- Navigate inside the frontend folder
cd src/frontend
and runnpm start
npm run build:run
npm run build
npm run build:backend
npm run build:frontend
or- Navigate inside the frontend folder and run
npm run build