Awesome
<h1 align="center"> Vite Template React, Typescript, Redux, Saga, ESLint and Prettier </h1> <p align="center"> <a href="https://github.com/Dulajdeshan/vite-react-redux-saga-typescript/releases"> <img src="https://img.shields.io/github/v/release/Dulajdeshan/vite-react-redux-saga-typescript" alt="GitHub Release (latest by date)" /> </a> <a href="https://github.com/Dulajdeshan/vite-react-redux-saga-typescript/blob/main/LICENSE"> <img src="https://img.shields.io/github/license/Dulajdeshan/vite-react-redux-saga-typescript" alt="License" /> </a> </p> <p align="center"> A starter for React with Typescript with the fast Vite. Includes Redux (Redux-Toolkit), Saga, Eslint and Prettier <img src='./src/assets/screenshot.png' alt='vite-react-redux-saga-typescript'> </p>What is Included?
Development
Create your application with the template
npx degit dulajdeshan/vite-react-redux-saga-typescript my-app
Install dependencies
cd my-app
# Using yarn
yarn install
# Using npm
npm install
Running application
# Using yarn
yarn dev
# Using npm
npm run dev
Build application
# Using yarn
yarn build
# Using npm
npm run build
Credits
This template is built and maintained by Dulaj Ariyaratne.
License
This project is licensed under the terms of the MIT license.