Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-29T17:05:52.000Z (over 6 years ago)
- Last Synced: 2024-11-14T22:34:27.358Z (3 months 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] weinreTo run
> $ weinre --boundHost 172.21.1.215 --httpPort 8080To bound ip
> --boundHost 172.21.1.215To bound port
> --httpPort 8080Add in your index.html
```HTML```