react-redux-boilerplate
A meticulously crafted, extensible, and robust architecture for constructing production-grade React 19 applications ๐
File Explorer
Download Latest Version (.zip)- codeql-analysis.yml
- release.yml
- commit-msg
- pre-commit
- install-state.gz
- react_redux_boilerplate.jpg
- redux actions.png
- redux state.png
- redux_architecture.gif
- app.feature
- subscription.feature
- app.po.ts
- subscription.po.ts
- app.steps.ts
- subscription.steps.ts
- common-hooks.ts
- config.ts
- custom-world.ts
- tsconfig.e2e.json
- mockServiceWorker.js
- vitest.setup.ts
- logo.svg
- index.ts
- settings.effect.ts
- settings.selector.spec.ts
- settings.selector.ts
- settings.slice.spec.ts
- settings.slice.ts
- settings.thunk.ts
- settings.type.ts
- index.ts
- subscription.types.ts
- SubscriptionCard.tsx
- SubscriptionFilter.tsx
- SubscriptionList.tsx
- index.ts
- subscription.api.ts
- subscription.mocks.spec.ts
- subscription.selector.spec.ts
- subscription.selector.ts
- subscription.type.ts
- UserWidget.spec.tsx
- UserWidget.tsx
- index.ts
- user.api.ts
- user.selector.spec.ts
- user.selector.ts
- user.type.ts
- HomePage.spec.tsx
- HomePage.tsx
- SubscriptionsPage.spec.tsx
- SubscriptionsPage.tsx
- index.tsx
- env.ts
- sentry.ts
- error-tracking.service.ts
- local-storage.service.ts
- redux.utils.ts
- style.utils.ts
- api.ts
- index.ts
- test.tsx
- types.ts
- index.ts
- subscriptions.ts
- users.ts
- browser.ts
- config.ts
- db.ts
- index.ts
- Button.tsx
- ButtonStyle.tsx
- index.ts
- Card.tsx
- index.ts
- Container.tsx
- index.ts
- index.ts
- NavigationMenu.tsx
- NavigationMenuStyle.tsx
- index.ts
- Select.tsx
- index.ts
- Skeleton.tsx
- index.ts
- Label.tsx
- Text.tsx
- Header.spec.tsx
- Header.tsx
- index.ts
- Logo.tsx
- Menu.tsx
- global.css
- AppProvider.tsx
- main.tsx
- vite-env.d.ts
- .editorconfig
- .env.example
- .gitignore
- .nvmrc
- .releaserc
- AGENTS.md
- biome.json
- CHANGELOG.md
- CLAUDE.md
- commitlint.config.cjs
- components.json
- cucumber.mjs
- index.html
- LICENSE
- package.json
- pnpm-lock.yaml
- README.md
- renovate.json
- tailwind.config.mjs
- tsconfig.app.json
- tsconfig.json
- tsconfig.node.json
- vite.config.mts
# Installation Guide
1. Get the code
git clone https://github.com/marcoturi/react-redux-boilerplate
Downloads the entire project code from GitHub to your computer.
cd react-redux-boilerplate
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
pnpm install # Install dependencies
Downloads and installs the libraries listed in package.json.
pnpm create:env # Create .env from .env.example
Type this command into your terminal and run it.
pnpm dev # Start dev server at http://localhost:5173
Starts the development/run server.
pnpm exec playwright install
Type this command into your terminal and run it.
pnpm dev &
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
