1.0.2 • Published 5 years ago

create-mob-app v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Create Mob App

Note that you will need to use npm 6 or higher.

Run:

npm i -g npm

To install latest version of npm

Usage

Interactive mode

npm init mob-app

Command mode

npm init mob-app <starter> <projectName>

Example:

npm init mob-app app my-stencil-app

Built-in starters

Developing locally

If you want to add features, clone this repo, open terminal:

Install dependencies

npm init

Then, run the development server:

npm start

And it will help you test out your changes.

Citations

Created by William M. Riley:

Related

License

  • MIT