browxin-client
v0.0.10
Published
Web App Platform
Readme
Browxin
Development
Install
Make sure you have installed npm, node.js.
Then run commands below.
$ git clone [email protected]:Browxin/browxin-client.git
$ cd browxin-client
$ npm install
$ npm startOpen localhost:8080 on your browser.
Preparation
We use uppercase letters as file name.
But Git doesn't distinguish by default.
So please run a command below
$ git config core.ignorecase falseFor local test using selenium.
Download latest geckodriver and put the driver in the project directory.
browxin-client
└──geckodriver