Reddit Client App that displays a feed from the /r/nba/ subreddit. This App was built using React JS with Vite.
- Clone the repository using
git clone
.
git clone https://github.com/cagarcia2011/nba-reddit-app.git
- Change directory to the project's root directory.
cd nba-reddit-app
- Install node packages.
npm install
- Run development server.
npm run dev
Carlos Garcia