Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kayooliveira/ko-finances
Aplicação de gestão financeira feito com React e integração com Firebase Auth e Realtime Database. layout do projeto baseado no DT-Money desenvolvido pela @Rocketseat.
https://github.com/kayooliveira/ko-finances
dt-money eslint financas finances firebase gestao-financeira javascript ko-finances kowind money prettier react realtime-database tailwind typescript vitawind vite
Last synced: about 14 hours ago
JSON representation
Aplicação de gestão financeira feito com React e integração com Firebase Auth e Realtime Database. layout do projeto baseado no DT-Money desenvolvido pela @Rocketseat.
- Host: GitHub
- URL: https://github.com/kayooliveira/ko-finances
- Owner: kayooliveira
- Created: 2022-07-03T16:34:44.000Z (over 2 years ago)
- Default Branch: current
- Last Pushed: 2022-07-13T05:48:36.000Z (over 2 years ago)
- Last Synced: 2024-05-02T02:22:02.218Z (7 months ago)
- Topics: dt-money, eslint, financas, finances, firebase, gestao-financeira, javascript, ko-finances, kowind, money, prettier, react, realtime-database, tailwind, typescript, vitawind, vite
- Language: TypeScript
- Homepage: https://www.kofinances.kayooliveira.com
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
:bird: ***KOWIND*** v3 :bird:
> #### Vite helper based on [vitawind](https://github.com/huibizhang/vitawind)
- 🧰 Easy To Install
- ⚡️ Automatically open Tailwind JIT Mode
- ⚙ One-Command Setting
- :rocket: Automatically configures ESLint and some plugins for it.
> #### Eslint plugins:
> - eslint-config-prettier
> - eslint-config-standard
> - eslint-plugin-import
> - eslint-plugin-import-helpers
> - eslint-plugin-n
> - eslint-plugin-prettier
> - eslint-plugin-promise
> - eslint-plugin-react
## :computer: Why Kowind? :computer:
Kowind is a Vite helper that helps you to quickly start a Vite project.
Based on [vitawind](https://github.com/huibizhang/vitawind), [kowind](https://github.com/kayooliveira/kowind) brings ESLint plugin and some other plugins to it that help you to format your code quickly and efficiently.
## :book: What is Vite? :book:
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects.
## :speech_balloon: How to use Kowind? :speech_balloon:
> Just run the following commands in your terminal.
```
$ yarn create kowind --template
#or
$ npm init kowind --template$ cd
```Kowind install all the dependencies automatically for you.
Just run `yarn dev` or `npm run dev` to start the project.
The project will be available at **`http://localhost:3000`**.
I hope you enjoy using Kowind!
Feel free to ask questions or report bugs on [Github](https://github.com/kayooliveira/kowind).
## License
MIT####
made with :two_hearts: by [Kayo Oliveira](https://github.com/kayooliveira)