An open API service indexing awesome lists of open source software.

https://github.com/moinulmoin/vite-vue-tailwind-starter

vite vue tailwind starter
https://github.com/moinulmoin/vite-vue-tailwind-starter

tailwindcss vitejs vuejs

Last synced: 11 days ago
JSON representation

vite vue tailwind starter

Awesome Lists containing this project

README

          

# vite-vue-tailwindcss starter

a simple and clean starter for those who wants to start the project right way without any hassle.

## Run it in your device

Clone the project

```bash
git clone https://github.com/moinulmoin/vite-react-tailwind-starter project-name
```

Go to the project directory

```bash
cd project-name
```

### Or you can just download it as zip, then

Install dependencies

```bash
npm install
```

Start the server

```bash
npm run dev
```

### Or if you are yarn user,

Install dependencies

```bash
yarn install
```

Start the server

```bash
yarn dev
```

Now customize everything as your needs.


## License

[MIT](https://choosealicense.com/licenses/mit/)


## Support

If it really helps you then leave a star. Thank you💖