Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 508 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 508 Bytes

Node Proxy

This is just a simple node proxy to avoid Cross-Origin Resource Sharing problem Test

Setup local development

  • Install node packages:
    npm i
  • Start App:
    npm start

App is now running on http://localhost:8081