Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 314 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 314 Bytes

mySMS SSO Demo - node.js edition

Project overview

A simple mySMS SSO application

Setup

  • Checkout the project
  • Do a npm install
  • Copy .env.example to .env
  • Run the project: npm start
  • Access the application from http://localhost:3000/
  • Modifying *.ts files reloads the node application