/Express-JSforce-Playground

A JSforce express experiment.

Primary LanguageTypeScriptMIT LicenseMIT

Build Status Greenkeeper badge

Express-JSforce-Playground

A JSforce express experiment.

Pre-Requisites

  1. Make sure you have node.js installed locally
  2. Once you have node.js installed, add yarn to your global local directories with this command in terminal:
npm i -g yarn
  1. Make sure you have a Salesforce instance to connect to

Getting Started

  1. After you cloned this repo down to your local machine, start with installing dependencies by:
yarn install
  1. To start developing locally, use the command below:
yarn start:dev