@konkres/create-matter
v0.0.3-canary.1
Published
CLI tool to bootstrap wp5 ssr federated applications with no configuration
Maintainers
Readme
@konkres/create-matter
Create Isomorphic federated React config.
npx create-matter my-proj
cd my-proj
npm startor.... with the yarn create command:
yarn create-matter my-proj
cd my-proj
yarn startYou can also initialize a project from one of the examples.
npx create-matter --example with-react my-react-app
cd my-react-app
npm startor
yarn create-matter --example with-react my-react-app
cd my-react-app