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: about 1 year ago
JSON representation
React Native (+Web) template
- Host: GitHub
- URL: https://github.com/moox/react-native-boilerplate
- Owner: MoOx
- License: mit
- Created: 2019-10-09T21:39:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T11:55:45.000Z (over 3 years ago)
- Last Synced: 2025-03-27T04:12:31.653Z (about 1 year ago)
- Topics: boilerplate, react, react-native, template
- Language: JavaScript
- Homepage: https://www.youtube.com/playlist?list=PLUzgQ3V9t75NTjEeL-1VB64V9nk2XovXz
- Size: 3.53 MB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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).