socketsupply / union-app-studio

Like Codepen, but for native apps!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install other dependencies

CherryNerd opened this issue · comments

Would it be possible to dynamically integrate other modules as well?
This would make it possible to add superagent for instance, to create superfast prototypes :)

This is do-able today! :)

First, (optionally) create a project...

mkdir ~/myproject
cd ~/myproject
npm i superagent

Then just set the working directory to where the node_modules are installed that you want to use...

image