Skip to content

jesspsilva/blog-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚧 Under Development

Blog exercise made with React following the tutorial: The Net Ninja - Full React Tutorial

💻 Technologies

html css javascript reactjs

🔥 How to run

To start the project clone this repository:

$ git clone https://github.com/jesspsilva/blog-react

Then use the commands bellow:

cd blog-react
npm install
npm run start

After this process the localhost: 3000 page will automatically open in your browser or access http:https://127.0.0.1:3000

Run the blogs server on another terminal window to get the blogs information:

cd blog-react
npx json-server --watch data/db.json --port 8000

You can check the blogs data on http:https://localhost:8000/blogs

❤️ Feedback

If you like it, leave a ⭐ !

About

📕 Blog posts project with React

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages