0

I have to expand an WebApp and want to use the yeomann Angular-Fullstack generator. So far so good. The first part of the APP was written in Angular with an PHP Backend. When developing and runing "grunt Serve" the server does not seem to run PHP files.

I found this module php-Express. It adds php support to the express server. Is that the right one? How do I install it?

elpeyotl
  • 372
  • 1
  • 3
  • 14
  • Since you found it on NPM you'll want to install it with NPM. – Jay Blanchard Aug 11 '15 at 14:46
  • So I install it and then, how do I insert it into my project? I have the folder already in node-modules. Is it then installed directly or do i have to configure it somewhere? I dont get it... – elpeyotl Aug 11 '15 at 15:03
  • 1
    You need to take some time to read the documentation and understand how to work with the package. – Jay Blanchard Aug 11 '15 at 15:04

0 Answers0