Skip to content

taiajs/taia

Repository files navigation

taia · GitHub license npm version CI Status PRs Welcome

Taia is a React Native framework for faster app development.

  • Out of the box: Built-in routing, build, deployment, testing, lint, etc., all you need is one umi dependency to get started.
  • Complete routing: Supports configuration or file system based.

create app

Let's find a place to create an empty directory

$ mkdir myapp && cd myapp

Create projects through official tools

$ npx create-taia@latest
# or
$ yarn create taia
# or
$ pnpm dlx create-taia@latest

start a project

$ npm start
$ i
# or
$ a

build

$ npm run build

Contributing

Development of Taia happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving Taia.

Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Taia.

License

Taia is MIT licensed.