Skip to content

serhii-kostiv/nuxt-animated-app

Repository files navigation

Nuxt Animated App

DEMO

This is a project using Nuxt 3, Tailwind CSS, VueUse, GSAP, and other utilities to create an animated web application.

Project Details

Requirements

Make sure you have Node.js installed.

Getting Started

  1. Clone the repository:

    git clone https://github.com/serhii-kostiv/nuxt-animated-app.git
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run dev

    The app should now be running on http://localhost:3000.

Available Scripts

  • npm run build: Build the application for production.
  • npm run dev: Start the development server.
  • npm run generate: Generate a static version of the site.
  • npm run preview: Preview the production build locally.
  • npm run postinstall: Prepare the app after installation (runs nuxt prepare).