This project was bootstrapped with Create React App.
git clone https://github.com/approots/Karen.git
cd Karen
npm install
npm run build
// Start the webpack development server
npm run start
// In a new command prompt: start the express server running the api
npm run server
The webpack dev server runs on port 3000 and proxies requests to the express server running on port 3001