pmespresso / create-dot-app

boilerplate frontend repository generator for Polkadot apps on top of CRA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create-dot-app

boilerplate frontend repository generator for Polkadot apps on top of CRA

This repository holds the templates for Subsocial, Kilt and Crust React frontends.

Usage

e.g. If you want to get up and running building a frontend for Subsocial:

npx create-react-app my-subsocial-app --template cra-template-subsocial

That's it!

Then you can start it up with:

$ cd my-subsocial-app
$ yarn && yarn start

About

boilerplate frontend repository generator for Polkadot apps on top of CRA

License:MIT License


Languages

Language:TypeScript 80.9%Language:HTML 12.4%Language:CSS 6.7%