Skip to content

suseek/reframe-reagent-firebase-materialui-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template Frontend

Here's the most basic template for ClojureScript:

All without any wrappers. Working.

Before you start playing

  1. Sign in to https://firebase.google.com/ and add a Realtime Database.
  2. Setup rules for the Realtime Database. Initially it's free 4 all.
  3. Enable Google login method in Authentication module.
  4. Go and have fun.

Running the project locally for development

  • yarn install
  • yarn dev
  • after a moment you can go to http://localhost:3000/
  • in this environment you have CTRL + H for debugging FE events + DB

Build & Deploy to firebase

  • init your firebase with (optional, needed for the first deploy)
    • firebase login
    • firebase use --add
  • yarn deploy

Run REPL and take a look at the state

  • yarn repl
  • (shadow/repl :dev)
  • looking at the current state: @re-frame.db/app-db

About

ClojureScript template for those who need the most

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published