Skip to content

Latest commit

 

History

History

authentication

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Sitefox email & password authentication example using shadow-cljs.

To run this example:

  1. Clone this repo.
  2. Go into examples/authentication.
  3. npm i --no-save
  4. npm run serve

This will compile src/shadowtest/server.cljs to server.js and then run it. You can connect at http:https://localhost:8000/.

To run the live-reloading server in dev mode use npm run dev instead.