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
- Clone the project
- Go to the
warp-samples/react
directory - Run the following commands:
# install deps
$ yarn
# login to ScaleDynamics
$ npx warp login
# run a dev server
$ yarn start
# build and deploy to production
$ yarn build
$ yarn deploy