npm install
npm run dev:server
Project have worked by the address http://localhost:3003/
after execution the command.
npm run dev:client
Project have worked by the address http://localhost:8080/
after execution the command.
npm run postinstall
Folder dist
has been created in server after execution the command.
npm run build:client
Folder dist
has been created in client after execution the command.