- Install dependencies:
npm install
(orpnpm install
oryarn
) - Start development server:
npm run dev
Preview production version:
npm run preview
Create a production version:
npm run build
To deploy your app, you may need to install an adapter for your target environment.