Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 664 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 664 Bytes

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.