Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 625 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 625 Bytes

project-sesame

Project Sesame is an open-source demo web application, built on Firebase and Express.js, designed to provide web developers a hands-on environment for exploring and learning about a wide range of identity and authentication features and patterns.

How to run locally

Prerequisites

Install

npm ci

Bulid

npm run build

Run

npm run emulator & npm run dev

Open http://localhost:8080.