This repo contains the sample code that will be used in the "Build a Passwordless Authentication Server` workshop at BoosterConf 2019.
- Navigate to the
serverfolder - Run
npm install - Run
node api-server - In a separate terminal window run
node auth-server - Navigate to the
front-endfolder - If you don't already have
http-serverinstalled globally, install it by runningnpm install -g http-server - Start the
http-serverby running the commandhttp-server - Naviage to
localhost:8081in your broswer