dabbott / javascript-playgrounds

An interactive JavaScript sandbox
https://unpkg.com/javascript-playgrounds/public/index.html
Other
1.4k stars 131 forks source link

Can I launch a project ? #27

Closed afloury closed 6 years ago

afloury commented 6 years ago

I try to launch my app with react-native-web-player but modules were not found, so I'm wondering if it's just for testing on one file or I miss something to make modules working ?

dabbott commented 6 years ago

This project isn't for launching your app. It's for running a handful of files in an iframe. You might want to consider https://github.com/necolas/react-native-web for running your app on the web.