A starter for React with Typescript with the fast Vite. Includes Redux (Redux-Toolkit), Saga, Eslint and Prettier
npx degit dulajdeshan/vite-react-redux-saga-typescript my-app
cd my-app
# Using yarn
yarn install
# Using npm
npm install
# Using yarn
yarn dev
# Using npm
npm run dev
# Using yarn
yarn build
# Using npm
npm run build
This template is built and maintained by Dulaj Ariyaratne.
This project is licensed under the terms of the MIT license.