I have a completed HTML website and a separately completed react flux project; I want to figure out a for a link in the HTML site to launch a new window which will contain the flux project.
This is all in a laravel installation mind, so I'm not sure how that will effect anything.
What I also want to know is whether I should just try to make an html file instead and try launch the flux project without an IDE?
What I'm doing right now:
While the flux project has '.jade' files for css/html, I'm launching it through grunt and as such there is no dedicated index.html except of one of those 'www' files that we launch through. Thus, to launch it, I run npm install, run the grunt file default(browserfy/babel/uglify) then launch the 'www' file through the IDE and access it on my localhost 3000 server.
via gg93
No comments:
Post a Comment