Skip to content
/ notes Public

Sample notes board app with React, Redux and Firebase

Notifications You must be signed in to change notification settings

desktp/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes board

Development instructions

Setup Firebase project

  1. Go to the Firebase console and create a new project
  2. Click on Add Firebase to your web app and copy the keys to the src/config.js file (config.js.example included)
  3. Next, go on Database on the Firebase console and change the database type to Realtime Database
  4. Go to Rules, set .read and .write to true
  5. Then, on the project's folder, yarn && yarn start :D

About

Sample notes board app with React, Redux and Firebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published