Licence
Apache-2.0
Version
0.8.2
Deps
0
Size
779 kB
Vulns
0
Weekly
0
Cartesi Typescript React SQLite
This project is a Create React App template that bootstrap frontend implementation of Cartesi Typescript SQLite project.
Installation
npx create-react-app <app name> --template cartesi-ts-sqlite
Running
Additional information on how to run the app will be at README.md inside the created project.
For Maintainers
- To update template from the source repository we suggest call this:
git subtree pull --prefix template https://github.com/doiim/cartesi-ts-react-sqlite master --squash
mv ./template/.gitignore ./template/gitignore
git add .