https://github.com/ninja-vikash/flash-setup
flash-setup is an open source framework built on the top of vite with some additional package support while initialzing a react application
https://github.com/ninja-vikash/flash-setup
axios eslint material-ui nodejs prettier reactjs tailwindcss
Last synced: about 1 month ago
JSON representation
flash-setup is an open source framework built on the top of vite with some additional package support while initialzing a react application
- Host: GitHub
- URL: https://github.com/ninja-vikash/flash-setup
- Owner: Ninja-Vikash
- Created: 2025-03-22T10:48:05.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-31T08:33:12.000Z (about 1 month ago)
- Last Synced: 2025-03-31T09:28:04.372Z (about 1 month ago)
- Topics: axios, eslint, material-ui, nodejs, prettier, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/flash-setup
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
![]()
![]()
![]()
![]()
![]()
# flash-setup
_flash_ is an open source framework for building a react application efficiently.
flash provides out of the box dependency support including CSS frameworks, code formatters, import alias and axios for dealing with API's.Everything you need in your frontend project is here!
## CLI to setup your project 👇
```bash
npx flash-setup
```### Agenda 🎯
Why do we need to install packages after creating a vite project for a react application.
Here is the quick solution for get rid of later installations.
**flash-setup**, an executable CLI for streamline the process of necessary package installation.✅ built for `reactjs` ⚡!
✅ `vite++` ( extended vite )
✅ support for CSS frameworks like - `TailwindCSS` | `Material UI`
✅ support for import `alias`
✅ support for `axios`
✅ support for optional formatter - `prettier` | `eslint`> [!IMPORTANT]\
> Make sure you have installed Node.js in your machine.
>
> ```bash
> node --version # v20.15.0 or higher
>
> npm --version # 10.7.0 or higher
> ```Build faster your dream projects.
**Thanks for choosing _flash-setup_**!