Create an app powered by celer.
$ npm init celer-app <project-name>
$ cd <project-name>
$ npm install
$ npm run devIf using Yarn:
$ yarn create celer-app <project-name>
$ cd <project-name>
$ yarn
$ yarn devAvailable templates:
default(default)
To scaffold with specific template:
$ npm init celer-app my-app --template xxxx