This project was bootstrapped with Create React App and Express.
To start run:
It should install all required dependencies
Then run:
Launches all required services in the concurrent mode
- Lofty api: localhost:3000
- Express servers: localhost:5000 (proxies all api request to lofty api and sets required CORS headers)
- React app: localhost:8080