* Install NPM and run npm install * Compile your assets for development: npm run dev * Compile your assets for development and watch for any modifications: npm run watch * Or start the development server: npm run dev-server * Compile your assets for production: npm run build