Skip to content

This is an uncomplicated blog created using React.js and powered by JSON Server.

Notifications You must be signed in to change notification settings

gurtatiLND/Blog_React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Website which is built with React.js

This Website is created for the demonstration and practice of my React.js skills.

To run this app on your machine, after cloning this repo, you need to install the node modules locally. Navigate to the root folder of the project and in the terminal type:

npm install

Then you need to open another terminal in a separate tab and to run a fake rest API:

npx json-server --watch data/db.json --port 8000

Then you can start the app in the localhost by typing:

npm start

Have fun!

About

This is an uncomplicated blog created using React.js and powered by JSON Server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published