Skip to content

konradlb/simple-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Silmple React blog with Firebase

Project was bootstrapped with Create React App.

Playground with React.js and Firebase. The goal was to build simple blog and store posts data in Firebase

  1. Clone this repo by
git clone https://github.com/konradlb/simple-blog.git

and go inside the directory

cd simple-blog
  1. Paste your Firebase api keys into .env.template and change filename into .env
REACT_APP_apiKey= "..."
REACT_APP_authDomain= "..."
REACT_APP_projectId= "..."
REACT_APP_storageBucket= "..."
REACT_APP_messagingSenderId= "..."
REACT_APP_appId= "..."
  1. Create collection "posts" in firebase console

  2. Install dependencies

npm install
  1. Run the app in the development mode
npm start

Application will run on http://localhost:3000. You need to have free port 3000 to run this app.

About

Playground with React.js and Firebase. The goal was to build simple blog and store posts data in Firebase

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors