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