Skip to content

Latest commit

 

History

History

send-email

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Sample - Send Email

Create a "Contact us" form with Vue.js and send e-mail with Node.js and ScaleDynamics WarpJS SDK.

👉 Try a live demo

Setup

install

  • Clone the project
  • Go to the warp-samples/send-email directory
  • Run the following commands:
# install deps
$ npm install

# login to ScaleDynamics
$ npx warp login

Run

# run a dev server
$ npm run dev

# build and deploy to production
$ npm run build
$ npm run deploy

Resources