https://github.com/traintocode/landing-page-react-tailwind
Simple landing page for a SaaS application or mobile app, build in React, Typescript, Vite and Tailwind CSS
https://github.com/traintocode/landing-page-react-tailwind
Last synced: 4 months ago
JSON representation
Simple landing page for a SaaS application or mobile app, build in React, Typescript, Vite and Tailwind CSS
- Host: GitHub
- URL: https://github.com/traintocode/landing-page-react-tailwind
- Owner: traintocode
- License: mit
- Created: 2022-12-03T14:12:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-17T14:59:50.000Z (over 2 years ago)
- Last Synced: 2024-08-13T07:17:28.622Z (8 months ago)
- Language: TypeScript
- Size: 250 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - traintocode/landing-page-react-tailwind - Simple landing page for a SaaS application or mobile app, build in React, Typescript, Vite and Tailwind CSS (TypeScript)
README
# App Landing Page with Vite + React + Tailwind
Live demo of this landing page is deployed to [workwithcactus.com](https://workwithcactus.com/)
This is the source code for the app landing page example used in a number of articles on both [traintocode.com](htttps://traintocode.com) and on [YouTube](https://www.youtube.com/@traintocode/?sub_confirmation=1). The full end to end guide for creating this landing page can be found here:
[Simple marketing website with tailwind CSS and React](https://www.traintocode.com/marketing-website-with-tailwind-and-react
)
## Running Locally
The project is build with [Vite](https://vitejs.dev/) you can run it locally with:
```sh
npm installnpm run dev
```