create-quick-sand
v0.0.29
Published
```bash $ npm install create-quick-sand@latest ```
Readme
Installation
$ npm install create-quick-sand@latestCreate App
$ npx create-quick-sand -name [APP_NAME]
# Short hand
$ npx create-quick-sand --n [APP_NAME]$ npx create-quick-sand -name my_appStart 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 startAuthor
arata matsumoto (@aualrxse)
