Application Landing Page Setup
We've included a landing page boilerplate for you to use as a starting point for your application. The landing page is a NextJS site that uses TailwindCSS for styling. The landing page is a static site that can be hosted on Vercel, Netlify, or any other static site hosting provider.
INFO
You can view the example landing page at GG App Landing
Getting Started
To get started with the landing page, you'll need to clone the repository and install the dependencies.
bash
git clone https://github.com/TechShoi/app-landing-template.git
Then move to the directory and install the dependencies.
bash
cd app-landing-template
npm install
Running the Development Server
To run the development server, run the following command:
bash
npm run dev