reactjs / express-react-views

This is an Express view engine which renders React components on server. It renders static markup and *does not* support mounting those views on the client.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding node dependencies

thangavaishnavi opened this issue · comments

Hi, I have created two node project A and B, now i want to included A as a node dependency module in B node project. How can i achieve that?

I think you want https://stackoverflow.com for general questions like this.