Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/moox/react-native-boilerplate
- Owner: MoOx
- License: mit
- Created: 2019-10-09T21:39:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T11:55:45.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T21:30:27.828Z (6 months 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: 4
- 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).