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
- Host: GitHub
- URL: https://github.com/moinulmoin/vite-vue-tailwind-starter
- Owner: moinulmoin
- Created: 2021-09-13T10:25:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-26T07:22:56.000Z (about 4 years ago)
- Last Synced: 2025-10-19T22:55:11.850Z (about 2 months ago)
- Topics: tailwindcss, vitejs, vuejs
- Language: Vue
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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💖