Is there any way to start some nodejs script together with webpack dev server ? For example, my application making ajax request to /api/users
wich is handled by java spring-mvc back-end applicaton.
I want to create some nodejs service that will return fake users and dont start java back-end.
Is this possible ?
via Vovan
No comments:
Post a Comment