Skip to content

An example setup of using DevCycle's built-in bootstrapping functionality in Remix

Notifications You must be signed in to change notification settings

DevCycleHQ-Sandbox/bootstrap-example-remix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevCycle Bootstrapping with Remix Example

This is an example of how to use DevCycle with Remix. It uses a combination of the DevCycle Node.js SDK on the server and the DevCycle React SDK on the client. The Node SDK retrieves a configuration to be used for client-side bootstrapping.

To see the bootstrapping process, check out root.tsx.

For more information on how to use bootstrapping, see our guide in the DevCycle Docs.

Setup

Install the dependencies using npm or yarn npm install yarn

Set the environment variable DEVCYCLE_SERVER_SDK_KEY to your DevCycle Server SDK Key.

Development

Run the Vite dev server:

yarn dev

About

An example setup of using DevCycle's built-in bootstrapping functionality in Remix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published