Skip to content

Longhorn-Developers/Longhorn-Loop

Repository files navigation

Welcome to your Expo app 👋

This is an Expo project created with create-expo-app.

Tech Stack

📱 Frontend

  • React Native – Cross-platform mobile development (iOS & Android)
  • TypeScript – Strongly typed JavaScript for safer and more scalable code
  • Tailwind CSS – Utility-first styling framework for fast and consistent UI design

🗄️ Backend & Infrastructure

  • SQL Database – Structured data storage for users, app content, and analytics
  • Cloudflare – Edge computing, serverless functions, API routing, security, and global performance optimization

🏗️ Architecture Overview

  • React Native handles the mobile interface.
  • TypeScript ensures type safety across the codebase.
  • Tailwind provides consistent and maintainable styling.
  • SQL stores structured application data.
  • Cloudflare powers serverless backend logic, API endpoints, authentication, and global content delivery.

Get started

  1. Install dependencies

    npm install
  2. Start the app

    npx expo start

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.

Starting the Server

  1. Open a 2nd terminal window while keeping the client terminal open

  2. Cd into the /server directory

    cd server
  3. Install dependencies

    npm install express cors dotenv
  4. Start the server with the /server directory

    npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors