visualforce-local

0.0.3 • Public • Published

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

Package Sidebar

Install

npm i visualforce-local

Weekly Downloads

1

Version

0.0.3

License

none

Last publish

Collaborators

  • rvanhook