Starter is a open source landing page built using Nuxt and Tailwindcss.
Starter target a static generated site. To know more about it you can go to Nuxt Official Documentation
- Clone the repo
git clone https://github.com/ronmrcdo/nuxt-tailwind-landing.git
or you can manually download it on the repository. - Navigate to the
nuxt-tailwind-landing
directory. - Do a
npm install
to install the dependencies. - To run on your local
npm run dev
- For deployment, you can generate by using
npm run generate
then just copy the files insidedist
folder and paste it to web servers.
The Starter Landing Page is open-sourced software licensed under the MIT license.