Skip to content

vinamraRathi/React-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog-App

A React-Redux based blog app which uses firebase cloud, database, hosting and auth functions. This Project let's you Signup and Login and Create new blog post. It will let you create a new post only if you sign up. Users can view the Blog without authentication.

Installing Dependencies

Dependencies can be installed via package.json by using

	npm install

Testing locally

	cd React-blog
	npm start

Hosting Via Firebase

This Project is already hosted at firebase and can be accessed via

	https://react-blog-8264a.firebaseapp.com/
	https://react-blog-8264a.web.app/

Note :- Users may experience few seconds delay in between.