An open API service indexing awesome lists of open source software.

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.

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 .
```