https://github.com/ridemountainpig/react-native-tailwindcss
react native tailwindcss template
https://github.com/ridemountainpig/react-native-tailwindcss
react-native tailwindcss template
Last synced: 2 months ago
JSON representation
react native tailwindcss template
- Host: GitHub
- URL: https://github.com/ridemountainpig/react-native-tailwindcss
- Owner: ridemountainpig
- License: mit
- Created: 2024-03-10T09:11:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-10T09:13:00.000Z (over 2 years ago)
- Last Synced: 2025-03-06T11:08:19.351Z (over 1 year ago)
- Topics: react-native, tailwindcss, template
- Language: JavaScript
- Homepage:
- Size: 174 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Native TailwindCSS Template
React Native template with JavaScript and Tailwind.
## Getting Started
You will need:
- [Node.js 18+](https://nodejs.org/en/).
1. Install dependencies:
```bash
# Install with npm:
npm install
# Install with pnpm:
pnpm install
# Install with yarn:
yarn install
```
2. Start the development server
```bash
# Start with npm:
npm run start
# Start with pnpm:
pnpm start
# Start with yarn:
yarn start
```