Setup Wizard
This page allows you to pick and install multiple apps at once through your mac's terminal using brew.
Commands
You can replace yarn
with npm run
here.
# build for production
yarn build
# development mode
yarn dev
# run unit tests
yarn test
# serve the bundled dist folder in production mode
yarn serve