Skip to content

Repository files navigation

Baseaut

Este projeto usa Expo Router com NativeWind.

Antes de começar a implementar novas telas, componentes ou fluxos, leia o guia de boas práticas do projeto:

Este repositório ainda segue a estrutura inicial gerada pelo create-expo-app, então o guia acima serve como base para manter o código consistente desde o início.

Documentação da API

A documentação de referência do Frontend (app/, components/, features/) é gerada com TypeDoc a partir dos comentários do código.

  • Gerar localmente: npm run docs (saída em docs/api/, abra docs/api/index.html)

Get started

  1. Install dependencies

    npm install
  2. Start the app

    npx expo start
  3. Configure environment variables

    cp .env.example .env

    The app reads the Supabase connection through EXPO_PUBLIC_SUPABASE_URL and EXPO_PUBLIC_SUPABASE_ANON_KEY.

In the output, you'll find options to open the app in a

You can start developing by editing the files inside the app directory. This project uses file-based routing.

Get a fresh project

When you're ready, run:

npm run reset-project

This command will move the starter code to the app-example directory and create a blank app directory where you can start developing.

Learn more

To learn more about developing your project with Expo, look at the following resources:

Join the community

Join our community of developers creating universal apps.

About

No description, website, or topics provided.

Resources

Stars

5 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages