Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 441 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 441 Bytes

create-celer-app

Create an app powered by celer.

$ npm init celer-app <project-name>
$ cd <project-name>
$ npm install
$ npm run dev

If using Yarn:

$ yarn create celer-app <project-name>
$ cd <project-name>
$ yarn
$ yarn dev

Templates

Available templates:

  • default (default)

To scaffold with specific template:

$ npm init celer-app my-app --template xxxx