0.1.1 • Published 3 years ago
cra-template-cosmjs-keplr v0.1.1
Generating a react app from the template
npx create-react-app --template cosmjs-keplr <destination>
cd <destination>
yarn start # or npm startDocumentation
See the official docs at docs.fetch.ai.
Contributing
When working on the template, building the template directory is a much faster feedback loop than generating an app from the template.
For this reason, the path template/package.json is included in .gitignore.
To build and run the template directory, copy the value of the root-level "package" key in template.json to a new template/package.json.
Afterwards, cd into the template directory and follow the template/README applies.