Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.07 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.07 KB

A Nuxt 3 Starter template for parallax effects and smooth scrolling experience with GSAP and GSAP ScrollSmoother

What’s included

This Nuxt 3 Boilerplate provides many pre-configured modules such as

Next to come

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.