Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akhil-neoito/react-redux-saga-ts-vite-boilerplate
A React boilerplate with Typescript using Vite. Includes Redux + Saga, Tailwindcss, EsLint + Prettier, Husky Commit Lint
https://github.com/akhil-neoito/react-redux-saga-ts-vite-boilerplate
eslint husky react reactjs redux redux-saga tailwindcss typescript
Last synced: 3 months ago
JSON representation
A React boilerplate with Typescript using Vite. Includes Redux + Saga, Tailwindcss, EsLint + Prettier, Husky Commit Lint
- Host: GitHub
- URL: https://github.com/akhil-neoito/react-redux-saga-ts-vite-boilerplate
- Owner: akhil-neoito
- License: mit
- Created: 2022-01-20T15:18:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-31T06:14:55.000Z (over 2 years ago)
- Last Synced: 2024-10-02T08:56:43.514Z (3 months ago)
- Topics: eslint, husky, react, reactjs, redux, redux-saga, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 446 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Vite Boilerplate
> A React boilerplate with Typescript using Vite. Includes Redux + Saga, Tailwindcss, EsLint + Prettier, Husky Commit Lint
## Installing / Developing
Clone the repo
Run:
```shell
npm install
```This will install the dependencies required to run the boilerplate.
```shell
npm start
```This runs the app on a port(default 3000)
```shell
npm run format
```This will format the files with prettier.
```shell
npm run lint
```This will lint the files with eslint.
## Building
To build the project, run:
```shell
npm run build
```This will build the app in dist folder.
## Licensing
MIT