Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)