Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 1.06 KB

README.md

File metadata and controls

51 lines (29 loc) · 1.06 KB

React Blog

This web app consumes data from blog api created with Nest JS found on this link

Steps to run the project locally

1, download or clone the current repository using

 git clone https://github.com/gebrina/react-blog.git

2, open cmd on the newly crated folder and install dependencies

 npm install --force

3, run the project the server

  npm start

4, it will redirect you to your default browser and will use port 5000

5, you are ready to go

Technologies Used

1, React (TS Based)

2, Styled Component (for React)

3, React Query

Don't forget cloning the api; for more info go to blog-api

After running you will be able to see

Hompage

HomePage

Blog Page

blog

Login Page

login