Hello World sample project with the ScaleDynamics WarpJS SDK.
👉 Try a live demo
- Clone the project
- Go to the
samples/hello-world
directory - Run the following commands:
# install deps
$ npm install
# login to ScaleDynamics
$ npx warp login
# run a dev server
$ npm run dev
# build and deploy to production
$ npm run build
$ npm run deploy