React Native for iOS, Android and WEB !
First, install Yeoman and generator-react-native-web using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-react-native-webThen generate your new project:
yo react-native-webAfter installation complete, you can run these command to start this environment !
# For Mobile
react-native start
# For Web
npm run web
# open http://localhost:3000 to see the pageMIT © Sam S Lee