Skip to content

Oleksandr073/ip-subnet-calculator-web-application

Repository files navigation

Vite Template React, Typescript, Redux, Saga, ESLint and Prettier

GitHub Release (latest by date) License

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.