Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 763 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 763 Bytes

Enables local development of Visualforce single-page web apps.

Not intended for production use - intended for development only.

Dependencies

Hacking

#install
cd /to/somewhere
git clone git@github.com:richardvanhook/visualforce-local.git
cd visualforce-local/example
npm install

#configure/start server
export SFDC_HOST=test.salesforce.com
export SFDC_USERNAME=john.doe@example.com
export SFDC_PASSWORD=XXXXXXX
node server.js

#navigate browser to http://localhost:5000

You should see something like the following:

ScreenShot