Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 809 Bytes

File metadata and controls

41 lines (29 loc) · 809 Bytes

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