Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

create-mixup-app

ittiam9MIT2.3.14

CLI tool to bootstrap Mixup applications with no configuration

mix, react, vue, webpack

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