Generate template for new Cratebind React project
First, install Yeoman and generator-cratebind-react using npm (we assume you have pre-installed node.js).
yarn global add yo
yarn global add generator-cratebind-react
Then generate your new project:
yo cratebind-react my-project-name
MIT © Matt Wood