Skip to content

pawankumar663/tailwindcss-travel-website

 
 

Repository files navigation

BEACHES.

Stargazers Forks

Table of Contents

About The Project

Create a travel landing page using Next.js with TailwindCSS

Tutorial

Youtube

(back to top)

Built With

The current verison of DashGo using the technologies bellow:

Next React TailwindCSS

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

Node NPM Yarn

For run the DashGo on your machine you need to have installed Node.js. With Node.js you have the NPM (Node Package Manager), but (again, personal choice) I prefer use Yarn as my package manager (most becuase performance).

To see if you have NPM installed you can use the command:

npm --version

If your choise is Yarn, you can check if it's working using the command:

yarn --version

Installation

On this topic you can found the steps about how to prepare to run this project.

  1. Clone the repo;

  2. Install packages:

    1. With NPM: npm install
     ```shell
    2. **With Yarn:**
    ```bash
    yarn
    
  3. Duplicate .env.example and rename it for .env;

How to Run

Now is the time to run the project, for that you can use NPM or Yarn.

Yarn

yarn dev

NPM

npm run dev

(back to top)

Changes

  • Change the folder structure;
  • Use Next.js instead React;
  • Add zoom effect on places list;
  • Use all assets on public/ folder.

(back to top)

Contact

Daniel Sousa @TutoDS

Daniel Sousa

Facebook Twitter Linkedin GitHub GitLab Rocketseat

(back to top)

About

Travel Landing Page created using TailwindCSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.1%
  • SCSS 7.4%
  • JavaScript 4.5%