UNPKG

generator-prospa

Version:

Create fully working Single Page Applications using various technology combinations

13 lines (10 loc) 258 B
For ReacJS, configure the proxy in the `package.json`: ``` { "name": "app", "version": "0.1.0", ... other properties snipped ... "proxy": "http://localhost:<%= serverPort %>" } ``` The proxy configuration has already been applied for this project.