Tutorial on how to integrate Magic Link in React.
- Clone repo
- Install dependencies with
npm install
- Create an app on Magic Link
- Get your API_KEY on the dashboard
- Create a
.env
file in your root directory using theenv.sample
file format - Run
npm start
to launch your development server