create-quick-sand
v0.0.29
Published
```bash $ npm install create-quick-sand@latest ```
Downloads
11
Readme
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)