Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonalmathew/vite-react-tailwind
Vite + React + Tailwind
https://github.com/tonalmathew/vite-react-tailwind
cli react reactjs tailwind tailwindcss vite vitejs
Last synced: 18 days ago
JSON representation
Vite + React + Tailwind
- Host: GitHub
- URL: https://github.com/tonalmathew/vite-react-tailwind
- Owner: tonalmathew
- License: mit
- Created: 2024-02-08T18:33:28.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-13T08:52:03.000Z (9 months ago)
- Last Synced: 2024-10-09T14:35:34.456Z (29 days ago)
- Topics: cli, react, reactjs, tailwind, tailwindcss, vite, vitejs
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/vireta
- Size: 198 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vireta
> Vite+React+Tailwind (vi-re-ta)Vireta is a command-line tool for creating Vite + React projects with Tailwind CSS. It provides an easy and convenient way to set up new projects with the necessary dependencies and configurations.
## Features
- Quickly create Vite + React projects with Tailwind CSS.
- Interactive prompts for handling existing project directories.
- Automatic installation of required dependencies.
- Configuration of Tailwind CSS included out of the box.## Installation
To use Vireta, you need to have Node.js and npm installed on your machine. Then, you can install it globally using npm:
```bash
npm install -g vireta
```## Usage
Vireta can be used with or without installation via npm. If you have installed Vireta globally, you can use it directly. Alternatively, you can use `npx` to run it without installation:
### With `npm` installation:
```bash
vireta create [project-name]
```### With `npx`:
```bash
npx vireta create [project-name]
```If you don't specify a project name, you'll be prompted to enter one.
## Example
Here's an example of creating a new project with Vireta:
```bash
vireta create my-project
```## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.