https://github.com/thoughtbot/react-native-template
Template React Native project to be used with Cookiecutter
https://github.com/thoughtbot/react-native-template
cookiecutter javascript react-native template
Last synced: 3 months ago
JSON representation
Template React Native project to be used with Cookiecutter
- Host: GitHub
- URL: https://github.com/thoughtbot/react-native-template
- Owner: thoughtbot
- License: mit
- Archived: true
- Created: 2017-02-04T01:28:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-19T18:11:00.000Z (over 6 years ago)
- Last Synced: 2024-11-27T10:36:16.482Z (10 months ago)
- Topics: cookiecutter, javascript, react-native, template
- Language: JavaScript
- Size: 749 KB
- Stars: 61
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - thoughtbot/react-native-template - Template React Native project to be used with Cookiecutter (JavaScript)
README
# React Native template
A template for new react-native projects at thoughtbot.
Inspired by [suspenders], and [django-template].
[suspenders]: https://github.com/thoughtbot/suspenders
[django-template]: https://github.com/thoughtbot/django-template## What's in the template?
- [yarn][]
- [redux][] and [redux-thunk][]
- [remote-redux-devtools][]
- [react-navigation][]
- [react-native-config][]
- [eslint][]
- [jest][]
- ...and an example app to use as a starting point[yarn]: https://yarnpkg.com/
[redux]: http://redux.js.org/
[redux-thunk]: https://github.com/gaearon/redux-thunk
[remote-redux-devtools]: https://github.com/zalmoxisus/remote-redux-devtools
[react-navigation]: https://reactnavigation.org/
[react-native-config]: https://github.com/luggit/react-native-config
[eslint]: http://eslint.org/
[jest]: https://facebook.github.io/jest/## Usage
1. [Install cookiecutter][cookiecutter] (`brew install cookiecutter` on
macOS).
2. Run `cookiecutter gh:thoughtbot/react-native-template`[cookiecutter]: http://cookiecutter.readthedocs.org/en/latest/installation.html
For future runs you can shorten the command to
`cookiecutter react-native-template`.
However, if you want to use the most recent template you should still run the
full command above.## License
react-native-template is Copyright © 2016 thoughtbot. It is free software, and
may be redistributed under the terms specified in the [LICENSE] file.[LICENSE]: LICENSE
## About thoughtbot

react-native-template is maintained and funded by thoughtbot, inc. The names and
logos for thoughtbot are trademarks of thoughtbot, inc.We love open source software!
See [our other projects][community].
We are [available for hire][hire].[community]: https://thoughtbot.com/community?utm_source=github
[hire]: https://thoughtbot.com?utm_source=github