Skip to content

Simple NodeJS application using the Lightning Design System for CRUDing Salesforce Accounts.

Notifications You must be signed in to change notification settings

rajnimtr/node-nforce-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-nforce-demo

This is a sample account CRUD application using the Lightning Design System enabling you to easily build applications with the look and feel that is consistent with Salesforce Experience core features.

Demo: http://node-nforce-demo.herokuapp.com/

If you are not familiar with Lightning Design System, please see our Trailhead module to get started with Visualforce. There is also a tutorial for using LDS with Lightning apps and components.

The application uses nforce for the Salesforce REST API, handlebars for logic-less templating and bluebird for Promises.

Deploy to Heroku

Deploy this app to Heroku for free and have it up and running in a matter of minutes. You'll need the Consumer Key and Consumer Secret from your org's Conected App for the setup process.

Deploy

Local Installation Instructions

From the command line type in:

git clone git@github.com:jeffdonthemic/node-nforce-demo.git
cd nforce-node-demo
npm install

Enter your Connected App settings and login credentials into .env-sample and rename the file to .env.

source .env
npm start

Point your browser to: http://localhost:3001 and experience the magic.

Contributors

Another New Contribution

This is temp git learning.

This is a test comment.

About

Simple NodeJS application using the Lightning Design System for CRUDing Salesforce Accounts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 72.3%
  • CSS 27.0%
  • Other 0.7%