Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dabbott/react-native-express
The all-in-one guide to React Native
https://github.com/dabbott/react-native-express
Last synced: 25 days ago
JSON representation
The all-in-one guide to React Native
- Host: GitHub
- URL: https://github.com/dabbott/react-native-express
- Owner: dabbott
- License: mit
- Created: 2016-04-16T00:49:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-31T10:09:15.000Z (over 2 years ago)
- Last Synced: 2024-10-01T22:02:26.213Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://www.reactnative.express
- Size: 15.6 MB
- Stars: 1,863
- Watchers: 35
- Forks: 147
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - dabbott/react-native-express - The all-in-one guide to React Native (TypeScript)
README
# React Native Express
The all-in-one guide to React Native: https://www.reactnative.express
## Translations
- `zh-CN` by [@cnscorpions](https://github.com/cnscorpions): https://github.com/cnscorpions/react-native-express-cn
> If you'd like to help translate, for now, please fork the repo and I'll list it here.
## Installation
```bash
yarn
```## Running Dev Server
```bash
yarn dev
```## Building and Running Production Server
```bash
yarn build
yarn start
```## Contributing
Contributions are welcome! (It might take me some time to get around to reviewing however)
## License
MIT, Copyright (c) 2020 Devin Abbott
## Author
Devin Abbott, [@dvnabbott](http://twitter.com/dvnabbott)