Clone the project
git clone https://github.com/cetinozgur/pego-hackernews
Go to the project directory
cd pego-hackerbews
Open two terminals and run the project with the following commands.
Client
cd client && npm install && npm run start
Server
cd server && npm install && npm run compile & docker-compose up -d