Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moox/reason-react-native-boilerplate
Reason React Native (+Web) template
https://github.com/moox/reason-react-native-boilerplate
boilerplate react react-native react-native-boilerplate reason reason-react reason-react-native
Last synced: 16 days ago
JSON representation
Reason React Native (+Web) template
- Host: GitHub
- URL: https://github.com/moox/reason-react-native-boilerplate
- Owner: MoOx
- License: mit
- Created: 2019-11-05T18:54:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T10:46:46.000Z (about 2 years ago)
- Last Synced: 2024-12-23T18:54:25.913Z (29 days ago)
- Topics: boilerplate, react, react-native, react-native-boilerplate, reason, reason-react, reason-react-native
- Language: JavaScript
- Homepage: https://www.youtube.com/playlist?list=PLUzgQ3V9t75PG3JtrJ6fq-3wwXVQILPyR
- Size: 2.65 MB
- Stars: 15
- Watchers: 3
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# reason-react-native-boilerplate
> Reason React Native (+Web) template
🎉 Made during the Youtube show
[How To React with Reason](https://www.youtube.com/playlist?list=PLUzgQ3V9t75PG3JtrJ6fq-3wwXVQILPyR)!## 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/reason-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).