Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.08 KB

File metadata and controls

46 lines (29 loc) · 1.08 KB

generator-react-native-web

React Native for iOS, Android and WEB !

Installation

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-web

Then generate your new project:

yo react-native-web

Start !

After 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 page

License

MIT © Sam S Lee