Project: GameHub
# | Description |
---|---|
Course Names | React 18 for beginners & React Intermediate Topics |
Author | Mosh Hamedani |
Website | https://codewithmosh.com |
- Go to rawg.io
- Create an account to get
api key
- Run the following commands -
git clone https://github.com/Anik7303/game-hub.git # clone repository
cd game-hub # go into 'game-hub' directory
- Copy and paste
rawg api key
in./src/services/api-client.ts
file - run the following commands -
npm install # install dependencies
npm run dev # run development server