create-mixup-app
v2.3.14
Published
CLI tool to bootstrap Mixup applications with no configuration
Downloads
44
Readme
Create MIXUP App
Create UNIVERSAL React, Preact, and Inferno apps in one command.
npx create-mixup-app my-proj
cd my-proj
npm startor.... with the yarn create command:
yarn create mixup-app my-proj
cd my-proj
yarn startYou can also initialize a project from one of the examples.
npx create-mixup-app --example with-react my-react-app
cd my-react-app
npm startor
yarn create mixup-app --example with-react my-preact-app
cd my-react-app