https://github.com/apicgg/tailwind-landing-page
Tailwind Landing Page with Vite
https://github.com/apicgg/tailwind-landing-page
tailwindcss vite
Last synced: 2 months ago
JSON representation
Tailwind Landing Page with Vite
- Host: GitHub
- URL: https://github.com/apicgg/tailwind-landing-page
- Owner: apicgg
- Created: 2022-07-31T03:46:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-27T15:41:34.000Z (over 2 years ago)
- Last Synced: 2025-01-25T20:41:45.157Z (4 months ago)
- Topics: tailwindcss, vite
- Language: CSS
- Homepage:
- Size: 314 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tailwind Landing Page with [Vite](https://vitejs.dev/)
This project is a fork from [bradtraversy/tailwind-landing-page](https://github.com/bradtraversy/tailwind-landing-page)
### Install dependencies
```bash
npm install
```### Run app in development
```bash
npm start
```