- An app to manage your albums!
- Built with React/Redux
This app utilizes Accelerator, a React + Redux starter kit.
- Clone this repo
- Set up your environment variables file:
cp .env.example .env
. yarn install
.brew install yarn
(or another installation) if yarn is not installed.
yarn start
.- Visit
http://localhost:5000
to view the app in the browser. - Make sure that the api is up and running. Follow the instructions in this repo.