https://github.com/pranit-harekar/react-native-web-boilerplate
Integrate react native web with existing react native app
https://github.com/pranit-harekar/react-native-web-boilerplate
react react-native react-native-web reactnativeweb
Last synced: 2 months ago
JSON representation
Integrate react native web with existing react native app
- Host: GitHub
- URL: https://github.com/pranit-harekar/react-native-web-boilerplate
- Owner: Pranit-Harekar
- Created: 2019-02-13T15:48:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:56:43.000Z (over 2 years ago)
- Last Synced: 2025-03-30T08:51:16.434Z (3 months ago)
- Topics: react, react-native, react-native-web, reactnativeweb
- Language: JavaScript
- Homepage:
- Size: 1.3 MB
- Stars: 7
- Watchers: 2
- Forks: 6
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Native-Web-Boilerplate
This is a simple boilerplate for integrating React Native for Web in an existing React Native project. It includes minimal configs & dependencies enough to get you started with React Native for Web.
## Quick Start
iOS:
- Start metro bundler `$ yarn start`
- Run iOS app `$ yarn ios`Web:
- Start webpack dev server `$ yarn build:web`
- Access the web app at http://localhost:9000/
## Reference Links
- [React Native](https://facebook.github.io/react-native/docs/getting-started.html)
- [React Native for Web](https://github.com/necolas/react-native-web)
- [Webpack](https://webpack.js.org/)Pull request to improve this boilerplate are always welcomed :tada: