vouch-opensource / krell

Simple ClojureScript React Native Tooling
Eclipse Public License 1.0
673 stars 37 forks source link

Support running multiple instances of the same application #134

Closed swannodette closed 3 years ago

swannodette commented 3 years ago

add react-native-device-info dep, if provided, use krellPortMap from app.json which maps the device ID to a port.

Log the device ID on startup.

If :recompile is false in Krell, don't watch the directory or recompile.

Parse port option to integer if string.

Fixes #133