Lagni App
Lagni is full lifecycle web app built with a Rails backend API and React frontend.
To Start:
Install necessary dependancies (npm install)
Run front end (npm start)
Front End runs on http://localhost:3000
Back End runs on http://localhost:8080
You will need to have the backend running in order to load the coupons and other JSON from the database
(please see backend readme for setup)