0.0.2 • Published 8 years ago

generator-react-native-web v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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