Skip to content

diegochiquero/react-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-blog

Basic steps to build a blog with reactJS

Prerequisites

  • Node
  • ReactJS

How do I start?

  1. Clone this repository
  2. npm install
  3. Start json-server npx json-server --watch data/db.json --port 8000 to create mock database
  4. npm run start
  5. Browse to http://localhost:3000 (or whatever your port is)

About

Blog scaffold building with react js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors