Quickstart

A quick dive into getting started with Lore

Server Swap: Overview

In this section we'll replace our mock API server with a real one built on Sails.js. Doing this will introduce some breaking API changes, so we'll also learn how to resolve those issues.

To provide a more realistic experience going forward, the API server we'll be setting up has a 500ms delay built-in to all requests.

This will make it easier for us to see loading experiences in the application, and later, once we start creating data, to see the delay between the time we create that data and when the server confirms its creation.

At the end of this section your application will look like this:

Next Steps

Ready? Let's get started!