An open API service indexing awesome lists of open source software.

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

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
```