https://github.com/webbestmaster/war
war
https://github.com/webbestmaster/war
Last synced: about 1 month ago
JSON representation
war
- Host: GitHub
- URL: https://github.com/webbestmaster/war
- Owner: webbestmaster
- License: mit
- Created: 2018-09-29T16:13:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-29T17:05:52.000Z (almost 8 years ago)
- Last Synced: 2025-03-04T16:34:33.541Z (over 1 year ago)
- Language: JavaScript
- Size: 276 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Installation:
### Install libpng-dev for pngquant (need for webpack):
> $ [sudo] apt-get install --no-install-recommends gcc make libpng-dev
### Install other npm modules:
> $ npm i
### Build app:
> $ npm run build
### Other
### weinre - WEb INspector REmote.
Install
> $ [sudo] npm i [-g] weinre
To run
> $ weinre --boundHost 172.21.1.215 --httpPort 8080
To bound ip
> --boundHost 172.21.1.215
To bound port
> --httpPort 8080
Add in your index.html
```HTML
```