Start # Dependencies $ npm install # Serve at at localhost:3000 $ npm run dev Build & Run in Production (if you really want to...) $ npm run build # Serve at at localhost:3000 $ npm start