Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mlg404/hilink-travel-landing-page
https://github.com/mlg404/hilink-travel-landing-page
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mlg404/hilink-travel-landing-page
- Owner: mlg404
- Created: 2024-10-19T22:29:04.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T16:29:32.000Z (3 months ago)
- Last Synced: 2024-10-27T13:19:02.063Z (3 months ago)
- Language: TypeScript
- Size: 5.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hilink Page
Info |
Technologies |
How to |## :rocket: Info
This is a web page to train my Tailwind and Next.js skills. It's a simple landing page for a travel agency.
Tutorial available at [Javasciprt Mastery Youtube Channel](https://www.youtube.com/watch?v=cuzw4vL1z5E).## :computer: Technologies
This project was developed following this technologies:
- [Node.js](https://nodejs.org/en)
- [Next.js](https://nextjs.org/)
- [Tailwind](https://tailwindcss.com/)
- [VS Code][vc]
- [Typescript](https://www.typescriptlang.org/)
- [Biomejs](https://biomejs.dev)## :information_source: How To
To clone this application you will need [Git](https://git-scm.com). Run in terminal:
```bash
##### Clone this repo ###### https
$ git clone https://github.com/mlg404/hilink-travel-landing-page.git##### Access this repo #####
$ cd hilink-travel-landing-page##### Install dependencies #####
$ npm install##### Run the application #####
$ npm run dev
```After that, just choose your favorite Browser client and open `http://localhost:3000`.
---
Made with 💙 by Victor Eyer :wave: [Get in touch!](https://www.linkedin.com/in/victoreyer/)
[vc]: https://code.visualstudio.com/