https://github.com/amanvarshney01/expo-drizzle-local
https://github.com/amanvarshney01/expo-drizzle-local
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/amanvarshney01/expo-drizzle-local
- Owner: AmanVarshney01
- Created: 2025-01-07T16:34:35.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-01-26T09:10:01.000Z (3 months ago)
- Last Synced: 2025-01-26T10:20:05.213Z (3 months ago)
- Language: TypeScript
- Size: 369 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expo Drizzle Local Template
A modern React Native template featuring Expo (v52), NativeWind, React Native Reusables, Drizzle ORM, and Expo SQLite for local database management.
## Features
- 📱 [Expo](https://expo.dev/) v52
- 💨 [NativeWind](https://www.nativewind.dev/) v4 (TailwindCSS for React Native)
- 🎯 [React Native Reusables](https://rnr-docs.vercel.app/) - Pre-built UI components
- 🗄️ [Drizzle ORM](https://orm.drizzle.team/) - Type-safe ORM
- 📦 Expo SQLite - Local database management
- ⚡ Expo Router for file-based routing
- 🎨 Tailwind CSS configuration with animations## Quick Start
Use degit to clone this template:
```bash
npx degit amanvarshney01/expo-drizzle-local my-app
cd my-app
```Install dependencies:
```bash
bun install
```Start the development server:
```bash
bun run dev # Start Expo development server
bun run dev:web # Start web development server
bun run dev:android # Start Android development server
```## Scripts
- `npm run dev` - Start Expo development server
- `npm run android` - Run on Android
- `npm run ios` - Run on iOS
- `npm run web` - Run on web
- `npm run clean` - Clean project files
- `npm run lint` - Lint code
- `npm run format` - Format code
- `npm run build:dev` - Build development bundle
- `npm run build:preview` - Build preview bundle
- `npm run build:prod` - Build production bundle