README.md
March 17, 2024 ยท View on GitHub
Vite Template React, Typescript, Redux, Saga, ESLint and Prettier
A starter for React with Typescript with the fast Vite. Includes Redux (Redux-Toolkit), Saga, Eslint and Prettier
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.