Skip to content

Example Repo using react-rutter-link

Notifications You must be signed in to change notification settings

Rutter/react-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rutter quickstart

This repository accompanies Rutter's quickstart guide. This app is built on NextJS and uses the react-rutter-link library.

1. Clone the repository

$ git clone https://github.com/rutter/react-quickstart
$ cd react-quickstart

2. Set up your environment variables

$ cp .env.example .env.local

Copy .env.example to a new file called .env.local and fill out the environment variables inside.RUTTER_CLIENT_ID, RUTTER_SECRET, and NEXT_PUBLIC_RUTTER_PUBLIC_KEY must be filled out. Get your Client ID and secrets from the dashboard: https://dashboard.rutterapi.com

3. Run the quickstart

Install required node modules:

$ yarn

Run the Quickstart:

$ yarn dev

About

Example Repo using react-rutter-link

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published