Skip to content

AhmedAbdulrahman/react-reddit-feeds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reddit Feeds

This project was bootstrapped with Create React App.

Run locally

To run the app with the proper debug tools, run

npm i
npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Run the production version

To test performances, you can run the production version:

npm run build
npm start

Builds the app for production to the build folder.