$ npm install create-quick-sand@latest$ npx create-quick-sand -name [APP_NAME]
# Short hand
$ npx create-quick-sand --n [APP_NAME]$ npx create-quick-sand -name my_app- See here to know more.
$ cd [APP_NAME]
# Starts the development server.
$ npm run dev
# Builds the app for production.
$ npm run build
# Runs the built app in production mode.
$ npm startarata matsumoto (@aualrxse)