Skip to content

Anydag/boosterconf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

boosterconf

This repo contains the sample code that will be used in the "Build a Passwordless Authentication Server` workshop at BoosterConf 2019.

Setup Instructions

  1. Navigate to the server folder
  2. Run npm install
  3. Run node api-server
  4. In a separate terminal window run node auth-server
  5. Navigate to the front-end folder
  6. If you don't already have http-server installed globally, install it by running npm install -g http-server
  7. Start the http-server by running the command http-server
  8. Naviage to localhost:8081 in your broswer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.6%
  • HTML 32.4%