• 1Installation
  • 2Write First Sweet Apex
  • 3Transpile It
  • 4Transpiled Apex Class
  • 5Deploy and Check

Sweet.apex

  • Docs
  • Tutorials
Getting started with Sweet.apex

7 min 30 sec

Installation

Sweet.apex is a JavaScript project based on node.js. Make sure you have node.js and npm installed before you go on.

Clone the project from the github repo, go to the root of the project and run the command.

npm install
 
1
npm install

Wait until the installation is finished.

Done
Copy