1. Go to the client folder and install dependencies:
cd client/
npm i
2. Build application:
npm run build
3. After that go to the server folder and install dependencies:
cd ../server/
npm i
1. Run next command in the server folder:
npm start
2. In the browser go to URL http://localhost:3000