Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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