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.

Home Page:https://www.kofinances.kayooliveira.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kowind logo


version npm-download


🐦 KOWIND v3 🐦

Vite helper based on vitawind

  • 🧰 Easy To Install
  • ⚡️ Automatically open Tailwind JIT Mode
  • ⚙ One-Command Setting
  • 🚀 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

💻 Why Kowind? 💻

Kowind is a Vite helper that helps you to quickly start a Vite project.

Based on vitawind, kowind brings ESLint plugin and some other plugins to it that help you to format your code quickly and efficiently.

📖 What is Vite? 📖

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects.


💬 How to use Kowind? 💬

Just run the following commands in your terminal.

    $ yarn create kowind <project-name> --template <template-name>
    #or
    $ npm init kowind <project-name> --template <template-name>

    $ cd <project-name>

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.

License

MIT

made with 💕 by Kayo Oliveira

About

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://www.kofinances.kayooliveira.com


Languages

Language:TypeScript 96.9%Language:HTML 1.4%Language:JavaScript 1.3%Language:CSS 0.4%