Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 770 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 770 Bytes

Boundary React Exercise

Use this skeleton application to complete your assigned task, it demonstrates a few concepts we use here at boundary and shows off an interaction between a webservice you will write and the data stored in a PostgreSQL database that you will use

This skeleton application was built using create-react-app

Install the Application

Requirements

Running the App

From the project root directory, simply type 'npm install' to install the dependencies needed for this project. Then 'npm start' to run the app in your browser.

Have fun!

References

https://github.com/facebook/create-react-app https://redux.js.org/basics/usage-with-react https://github.com/ReactTraining/react-router