Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 499 Bytes

File metadata and controls

24 lines (12 loc) · 499 Bytes

Basic React Blog

This project was bootstrapped with Create React App.

About

This is a very simple React blog, demonstrating how to make one.

I wrote about it on JavaScriptPage. Live demo here.

basic blog

Running the App

First, git clone the app.

Then run:

npm install

Then:

npm start