create-zalo-mini-app
v1.0.4
Published
Create zalo mini app project
Downloads
29
Readme
Create Zalo Mini App
Quick create Zalo Mini App
Getting started
Quick overview
$ npx create-zalo-mini-app
$ npm run start
# or
$ npx create-zalo-mini-app my-app
$ cd my-app
$ npm start
(npx comes with npm 5.2+ and higher)
Creating an App
To create a new app, you may choose one of the following methods:
npx
Name your project root directory my-app
$ npx create-zalo-mini-app my-app
or create in current directory
$ npx create-zalo-mini-app
Open your favorite text editor and start coding!