https://github.com/doiim/cra-template-cartesi-ts-sqlite
A Create React App template for Cartesi React SQlite projects.
https://github.com/doiim/cra-template-cartesi-ts-sqlite
Last synced: 3 months ago
JSON representation
A Create React App template for Cartesi React SQlite projects.
- Host: GitHub
- URL: https://github.com/doiim/cra-template-cartesi-ts-sqlite
- Owner: doiim
- License: apache-2.0
- Created: 2024-01-22T15:01:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T17:58:19.000Z (about 2 years ago)
- Last Synced: 2025-03-01T13:07:45.528Z (over 1 year ago)
- Language: TypeScript
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cartesi Typescript React SQLite
This project is a Create React App template that bootstrap frontend implementation of Cartesi Typescript SQLite project.
## Installation
```sh
npx create-react-app --template cartesi-ts-sqlite
```
## Running
Additional information on how to run the app will be at README.md inside the created project.
## For Maintainers
1. To update template from the source repository we suggest call this:
```sh
git subtree pull --prefix template https://github.com/doiim/cartesi-ts-react-sqlite master --squash
mv ./template/.gitignore ./template/gitignore
git add .
```