stoicolo / landing-spa-nuxt

Landing Page Application and Content Management
0 stars 0 forks source link

Landing page and Content Management Nuxt App

Setup SoftStoic 1.0

Make sure to install the dependencies:

Install bun from here: https://bun.sh/

then:

# bun
bun install

Development Server

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

# bun
bun run dev

Production

Build the application for production:

# bun
bun run build

Locally preview production build:

# bun
bun run preview