User blog with deploy code using CI process applying Integration testing using Github Workflows.
- Run
npm installin the root of the project to install the server's dependencies - Run
npm install --legacy-peer-depsin the client directory of the project to install the client's dependencies - run
npm run devcommand at root directory to start application.