This repository is the home of Lightning Realty, a reference application built with React and the Lightning Design System.
Check out this video for a quick walkthrough:
The back-end is built with Node.js using a Postgres database.
-
Make sure you are logged in to the Heroku Dashboard
-
Click the Button below to deploy the application on Heroku.
Your own instance of the application is automatically deployed, and your own Postgres database is populated with sample data.
Follow the instructions below if you prefer to install the application on your local machine:
-
Install Postgres locally and create a database called realty.
-
Clone this repository or download and unzip this zip file.
-
Navigate to the lightning-react-app directory and install the project dependencies:
npm install
-
Open server/config.js and make sure the databaseURL matches your configuration (use your user name)
-
Type the following command to build the client application:
npm run webpack
The project is written using ECMAScript 6 including ECMAScript 6 modules.
-
Type the following command to start the server:
npm start
The database is automatically populated
-
Open a browser and access http://localhost:5000
This project is work in progress. For example, here are some items that still need work:
- Make components more robust and general purpose
- Create more components
- Fix React keys throughout the project
- Improved navigation system
- etc.