This project serves as a simple example of integrating Redux into a React application using TypeScript and Vite.
Make sure you have Node.js installed on your machine.
- Clone the repository:
git clone https://github.com/your-username/redux-vite-react-ts.git
- Navigate to the project directory:
cd redux-basics
- Install dependencies
npm install
Start the development server:
npm run dev
Open your browser and visit http://localhost:3000 to see the app in action.
To build the project for production:
npm run build
The optimized and minified files will be located in the dist directory.
src/
- Contains the source code of the React application.app/
- Instantiation of hooks.features/
- Redux slice files for managing state.store
- Root component.
index.tsx
- Entry point of the application.redux/
- Redux store configuration.vite.config.ts
- Vite configuration file.
React Redux Toolkit TypeScript Vite
##Contributing
Feel free to contribute to the project by opening issues or pull requests. Your feedback and suggestions are highly appreciated.
##License This project is licensed under the MIT License.