Skip to content

Create React App Template

Create React App is a CLI utility which facilitates generation of react app boilerplate via templates.

In order to expedite distributed application (DApp) development, we maintain a create-react-app template: cra-template-cosmjs-keplr. Projects generated from this template include all the necessary dependencies and build configuration needed to:


To generate a new project:

npx create-react-app --template cosmjs-keplr

The generated project also comes with an example DApp, "Hello Cosmos", which demonstrates Cosmjs and Keplr API usage in the form of a simple frontend.