A chat similar to slack that can be embbeded on your website
then install the dependecies for both projects(backoffice and frontscript) with:
npm install
NOTE 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:bo
Or you can just go to the backoffice
folder and run npm start
npm run build:bo
Or you can just go to the backoffice
folder and run npm run build
npm run start:fs
Or you can just go to the front-script
folder and run npm start
npm run build:fs
Or you can just go to the front-script
folder and run npm run build