Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcin-kopanski/react-custom-query-lib
https://github.com/marcin-kopanski/react-custom-query-lib
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcin-kopanski/react-custom-query-lib
- Owner: marcin-kopanski
- Created: 2024-03-16T08:29:07.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-19T23:09:59.000Z (10 months ago)
- Last Synced: 2024-11-05T23:19:50.420Z (2 months ago)
- Language: TypeScript
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-vite-boiler ❤️🔥
A modern minimal Vite + React + TypeScript template with pre-configured ESLint, Prettier out of the box 📦
## Features
- ⚡️ [Vite](https://vitejs.dev/) - Next Generation Frontend Tooling
- ⚛️ [React 18](https://reactjs.org/) - A JavaScript library for building user interfaces
- 💎 [TypeScript](https://www.typescriptlang.org/) - Why not?!
- 🔨 [EsLint](https://eslint.org/) - Pluggable JavaScript linter
- 🌀 [Prettier](https://prettier.io) - Opinionated Code Formatter
- ⌨️ Absolute Imports## Usage
```bash
# to clone repository run:
npx degit marcin-kopanski/react-vite-boiler my-appcd my-app
# Required if you want a repository and work with Git hooks
git inityarn install
yarn dev
```## Available commands
In this project, you can run the following scripts:
| Script | Description |
| ------------- | --------------------------------------------------------------------------- |
| yarn dev | Runs the app in the development mode. |
| yarn build | Builds the app for production to the `dist` folder. |
| yarn preview | Builds the app for production to the `dist` folder, and run locally server. |
| yarn lint | Runs the Eslint and show code problems |
| yarn lint:fix | Runs the Eslint and fix the code problems |
| yarn format | Runs the Prettier and fix code style |## License
[MIT](https://choosealicense.com/licenses/mit/)