Skip to content

Latest commit

 

History

History

react

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Create React App and WarpJS

This sample shows you how to integrate the ScaleDynamics WarpJS SDK in a React project generated with create-react-app.

$ npx create-react-app my-app

👉 Try a live demo

Setup

  • Clone the project
  • Go to the warp-samples/react directory
  • Run the following commands:
# install deps
$ yarn

# login to ScaleDynamics
$ npx warp login

Run

# run a dev server
$ yarn start

# build and deploy to production
$ yarn build
$ yarn deploy

Resources