This tutorial walks through integrating Bootstrap with Lavaca's Starter Application. A sample git repo of this tutorial's end result is available on my GitHub.
Install Bootstrap
Installing dependencies in Lavaca is easy, thanks to Bower. Bower is great for managing client-side dependencies, in-fact Lavaca Starter uses Bower to install Lavaca's…
Lavaca Developer Tools an extension for Chrome DevTools
This extension adds a Lavaca panel to Chrome DevTools allowing developers to take a bird's-eye view of their Lavaca application. It features tools for visualizing view hierarchy, inspecting models, and examining defined routes. This extension also adds sidebars to the elements panel…
The goal of this tutorial is to build a Lavaca app that contains an authentication flow for user signup, login, logout, and password reset with Parse. The end result should provide a seed for future projects or tutorials exploring Parse and Lavaca.
Project Setup
If you haven't already, pull down…