0.0.3-canary.1 • Published 4 years ago

@konkres/create-matter v0.0.3-canary.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@konkres/create-matter

Create Isomorphic federated React config.

npx create-matter my-proj
cd my-proj
npm start

or.... with the yarn create command:

yarn create-matter my-proj
cd my-proj
yarn start

You can also initialize a project from one of the examples.

npx create-matter --example with-react my-react-app
cd my-react-app
npm start

or

yarn create-matter --example with-react my-react-app
cd my-react-app