# Web-ReduxThunk-Guided-Project **Repository Path**: mirrors_LambdaSchool/Web-ReduxThunk-Guided-Project ## Basic Information - **Project Name**: Web-ReduxThunk-Guided-Project - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Intro to Thunk and Async Redux ## How to Run this App * Clone repository and cd into the project folder. * Run `npm install`. * Run `npm run webpack` to bundle the app with a watcher. * Run `npm run server` to launch live-server. * Run `npm run api` to spin up the endpoints.