Starter source code for my YouTube video about refactoring a React component.
The final solution is available in the branch called
final-solution
Clone the repo:
git clone git@github.com:daslaf/kitchen-sink.git
Install the dependencies:
pnpm install
Run the json server:
pnpm run db
Run the frontend:
pnpm run dev