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