Skip to content

Instantly share code, notes, and snippets.

@rcanepa
Created September 12, 2018 14:15
Show Gist options
  • Save rcanepa/982557491f1df1285f1b1dfe0f9e2f1e to your computer and use it in GitHub Desktop.
Save rcanepa/982557491f1df1285f1b1dfe0f9e2f1e to your computer and use it in GitHub Desktop.
Local HTTP Server with CORS
npm install http-server -g
#run
http-server -p 3000 --cors
More here:
https://stackoverflow.com/questions/21956683/enable-access-control-on-simple-http-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment