react-redux-saga-ts-vite-boilerplate

A React boilerplate with Typescript using Vite. Includes Redux + Saga, Tailwindcss, EsLint + Prettier, Husky Commit Lint

MIT License

Stars
8
Committers
2

Vite Boilerplate

A React boilerplate with Typescript using Vite. Includes Redux + Saga, Tailwindcss, EsLint + Prettier, Husky Commit Lint

Installing / Developing

Clone the repo

Run:

npm install

This will install the dependencies required to run the boilerplate.

npm start

This runs the app on a port(default 3000)

npm run format

This will format the files with prettier.

npm run lint

This will lint the files with eslint.

Building

To build the project, run:

npm run build

This will build the app in dist folder.

Licensing

MIT