Salesforce lightning

Previous requirements
Here are some prerequisites for the blog series. Make sure to implement them to be ready to implement our examples in your developer publishing organization.

Use the recruitment application
Bearing in mind that our readers might be interested in practicing with us, we decided to use the recruiting app for all metadata references to ensure that users do not need to create what to simply install the Salesforce Labs recruiting application. You can download the application from AppExchange here.

Configure the domain name
When you enable My Domain, references and links to Lightning resources are in the format https: // .lightning.force.com.

Download the static BootStrap resource for style purposes
Download Bootstrap to give it style from http://getbootstrap.com/. Load BootStrap css on the static resource. We will refer to the route of this CSS later in our code.

Using the Developer Console
For now, we make sure to use the Developer Console for our development tutorials and tutorials. If you have not done so already, check out the developer console tutorials here.

We also suggest you browse the incredible Trailhead: Lightning Components Basics module to familiarize yourself with Lightning components.

Leave a comment