run-js icon indicating copy to clipboard operation
run-js copied to clipboard

A prototyping server that just works.

Results 10 run-js issues
Sort by recently updated
recently updated
newest added

One licence allows you to install on 2 devices. Would be awesome if we can share snippets of code between both? anyway i can do that? / workarounds?

When i run the following while loop in run js, the results are little odd, could be my programming. ``` var counter = 1; while(counter

Any plans to support Babel 7? Currently throws an error regarding "cannot read property loose of undefined".

I'm checking around the docs and scripts in package.json but I don't see how to build this project.

It would be really cool if the user could instantly deploy their code right from the app (maybe CLI too, though I really envision most of this app as a...

enhancement
help wanted
future

Hi, and tks for this great tool, Since the lib is already using babel why not enabling parsing the .babelrc and auto installing the presets and plugins ? Thanks

Maybe we could integrate github repo setup. That'd be nice, though it's not clear how a prototyping tool would fare with this. Probably just including a dependency to run-js and...

A CLI is alright, but for someone brand new to coding, opening up a Terminal, installing node and npm, and then installing this module can be a little daunting. My...

enhancement
future

Despite it being named `run-js`, it would be nice if stylesheets would be automatically added if they exist. As well, support for processors like SASS and LESS would be really...

enhancement
help wanted
starter

For files that use React, it would be really nice for it to use HMR instead of the regular LiveReload, since it's a bit less jarring. There's a Browserify implementation...

enhancement
help wanted