A JSforce express experiment.
- Make sure you have node.js installed locally
- Once you have node.js installed, add yarn to your global local directories with this command in terminal:
npm i -g yarn
- Make sure you have a Salesforce instance to connect to
- After you cloned this repo down to your local machine, start with installing dependencies by:
yarn install
- To start developing locally, use the command below:
yarn start:dev