Skip to content

alafiand/juke-with-react-router-and-redux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Juke

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!

Setup

MacOS/Linux

  • npm install
  • npm start
  • Open another terminal window; from there, npm run seed to seed the database

Windows

  • npm install
  • npm run build-watch to start the webpack process
  • Open another terminal window; from there, npm run start-server to start the server process
  • Open another terminal window; from there, npm run seed to seed the database

About

a fork of fullstack academy's juke workshop, refactored to use react router and redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.1%
  • HTML 14.3%
  • CSS 9.6%