1.0.4 • Published 3 years ago

create-zalo-mini-app v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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!