vite-react-redux-saga-typescript

Vite React Template - Typescript, Redux (Redux Toolkit), Saga with Unit Testing

MIT License

Stars
3
Committers
2

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.