Skip to content

A personal starter kit for react using Firebase. This does not use external state store like redux.

Notifications You must be signed in to change notification settings

harshit9715/react-firebase-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Firebase Starter Kit

Is this useful for me ?

If you are starting with a react project and using firebase as backend. You might find this useful as a good starting point. Its a complete scaffolding with all required components.

This project includes

  • react-router-dom
  • firebase

Instructions

  • Clone this project into your machine.
  • Create a firebase project in your firebase account.
  • Copy the configurations to src/config
  • Or create a env file in root and add the required env vars for config.

Run it as

# Install dependencies
npm i
# Start the server
npm start

Addons

Don't forget to check my gist for speeding up the process of creating functional components (directories, files and basic react template)

About

A personal starter kit for react using Firebase. This does not use external state store like redux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published