# Install deps npm install # Run in dev mode with file watcher for automatic reloading npm run dev # build optimized bundle npm run build # Start in prod mode npm run start