A chat similar to slack that can be embbeded on your website
then install the dependecies for both projects(backoffice and frontscript) with:
npm installNOTE You can install just one project's dependecies, just go to the target folder ans run
npm install
Instead of go to the target project(frontscript or backoffice) and install dependecies or start the dev server in that location, you can do the same in the parent folder with the following common commands and run and test both applications at the same time with just one console.
This command launch the backoffice and the frontscript at the same time in different ports
npm start- backoffice at http://localhost:8080
- frontscript at http://localhost:8081
npm run start:boOr you can just go to the backoffice folder and run npm start
npm run build:boOr you can just go to the backoffice folder and run npm run build
npm run start:fsOr you can just go to the front-script folder and run npm start
npm run build:fsOr you can just go to the front-script folder and run npm run build