Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.45 KB

README.md

File metadata and controls

61 lines (39 loc) · 1.45 KB

Bypass Cors

NEVER again let not enabled CORS domains , stand in your Web App's way to acquiring publicly available web resources!

You can find installation instructions, description of the API and a Live Demo at the official Bypass Cors site.

Getting Started (For Developers)

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

node version > 8
yarn version > 1.0.0

Installing

Clone the repository:

git clone https://github.com/chrishham/BypassCors

cd to downloaded repo and install dependencies

cd BypassCors
yarn install

compile and hot-reload for development

yarn run electron:serve

compile and minify for production

yarn run electron:build

Built With

  • Electron - Build cross platform desktop apps with JavaScript, HTML, and CSS
  • Express - Fast, unopinionated, minimalist web framework for Node.js
  • Vue - The Progressive JavaScript Framework
  • BootstrapVue - Bootstrap V4 components for Vue

Authors

  • Christopher Chamaletsos

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details