Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 581 Bytes

File metadata and controls

39 lines (26 loc) · 581 Bytes

Installation

$ npm install create-quick-sand@latest

Create App

$ npx create-quick-sand -name [APP_NAME]

# Short hand
$ npx create-quick-sand --n [APP_NAME]
$ npx create-quick-sand -name my_app

Start Developing

  • 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 start

Author

arata matsumoto (@aualrxse)