This fork of Fullstack Academy's Juke workshop refactors the original SPA using React Router and Redux
The goal: convert Redux connect logic to React-Redux Hooks!
npm installnpm start- Open another terminal window; from there,
npm run seedto seed the database
npm installnpm run build-watchto start the webpack process- Open another terminal window; from there,
npm run start-serverto start the server process - Open another terminal window; from there,
npm run seedto seed the database