benoitvallon / react-native-nw-react-calculator

Mobile, desktop and website Apps with the same code
MIT License
5.21k stars 864 forks source link

Adds demo #16

Closed godu closed 8 years ago

godu commented 8 years ago

Please, add demo to show the running application.

After https://github.com/benoitvallon/react-native-nw-react-calculator/pull/15 's merge,

npm run build
cd dist
git init && git add . && git commit -m "Pages"
git remote add github git@github.com:benoitvallon/react-native-nw-react-calculator.git
git push -f github master:gh-pages

I tried it on my side. my demo my branch

benoitvallon commented 8 years ago

Thanks for your issue and request for a demo.

The demo is now available at http://benoitvallon.github.io/react-native-nw-react-calculator