Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milliorn/landing-page
Template landing page site built using React and Tailwind CSS
https://github.com/milliorn/landing-page
autoprefixer css css3 html html-css html-css-javascript html5 javascript js landing-page landing-page-template landingpage lazy-loading postcss react reactjs tailwind tailwind-css tailwindcss typescript
Last synced: 11 days ago
JSON representation
Template landing page site built using React and Tailwind CSS
- Host: GitHub
- URL: https://github.com/milliorn/landing-page
- Owner: milliorn
- License: mit
- Created: 2022-03-20T18:27:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T05:55:48.000Z (12 months ago)
- Last Synced: 2025-01-10T16:33:57.881Z (13 days ago)
- Topics: autoprefixer, css, css3, html, html-css, html-css-javascript, html5, javascript, js, landing-page, landing-page-template, landingpage, lazy-loading, postcss, react, reactjs, tailwind, tailwind-css, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://milliorn.github.io/landing-page/
- Size: 3.23 MB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Landing Page
[![CodeQL](https://github.com/milliorn/Landing-Page/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/milliorn/Landing-Page/actions/workflows/github-code-scanning/codeql)
[![pages-build-deployment](https://github.com/milliorn/Landing-Page/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/milliorn/Landing-Page/actions/workflows/pages/pages-build-deployment)This repository contains a template landing page site built using React and Tailwind CSS. It provides a starting point for creating beautiful and responsive landing pages.
## Getting Started
To get started with the project, follow these steps:
1. Clone the repository
2. Install the dependencies: `npm install`
3. Start the development server: `npm start`The above command will run the app in development mode. Open [http://localhost:3000](http://localhost:3000) to view it in your browser. The page will automatically reload when you make changes.
## Building for Production
To build the app for production, use the following command `npm run build`
This command will create a production-ready build of the app in the `build` folder. The build is optimized for performance and the filenames include hashes for cache busting.
## Deployment
To deploy the app, you can use the following command `npm run deploy`
This command will deploy the app to the GitHub Pages. You can customize the deployment configuration in the `package.json` file.
## Learn More
To learn more about React, check out the [React documentation](https://reactjs.org/).
To learn more about Tailwind CSS, check out the [Tailwind CSS documentation](https://tailwindcss.com/).
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.