create-mixup-app
v2.3.14
Published
CLI tool to bootstrap Mixup applications with no configuration
Downloads
11
Readme
Create MIXUP App
Create UNIVERSAL React, Preact, and Inferno apps in one command.
npx create-mixup-app my-proj
cd my-proj
npm start
or.... with the yarn create
command:
yarn create mixup-app my-proj
cd my-proj
yarn start
You 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 start
or
yarn create mixup-app --example with-react my-preact-app
cd my-react-app