Start the application
yarn start or npm run start
yarn start or npm run startCommand options
-p, --port
-p, --portyarn start --port <port> # for Yarn
npm run start -- --port <port> # for NPM-n, --no-open
-n, --no-open-d, --debug
-d, --debug-s, --skip-setup
-s, --skip-setup--import-db
--import-db--recompile-php
--recompile-php-v, --verbose
-v, --verboseUsage example
Last updated