Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/moox/react-native-boilerplate

React Native (+Web) template
https://github.com/moox/react-native-boilerplate

boilerplate react react-native template

Last synced: 16 days ago
JSON representation

React Native (+Web) template

Awesome Lists containing this project

README

        

# react-native-boilerplate

> React Native (+Web) template

🎉 Made during the Youtube show
[How To React](https://www.youtube.com/playlist?list=PLUzgQ3V9t75NTjEeL-1VB64V9nk2XovXz)!

## Usage

The following command will help you to use this boilerplate as a template to
create a fresh react native app!

```console
npx react-native init ProjectName --template https://github.com/MoOx/react-native-boilerplate
```

_⚠️ Replace `ProjectName` by your actual project name._

More info for the `react-native init` command on the
[React Native CLI documentation](https://github.com/react-native-community/cli).