# Install dependencies
npm i nuxt7-app
# Serve with hot-reload at localhost:3000
npm run dev
# Build for production and launch server
npm run build
npm start
# Generate static project
npm run generate
For detailed explanation on how things work, checkout the Nuxt.js docs.