New (js) module: "admin"
[asis23-votoe-client.git] / README.md
bloba6eb57c37f010c76d93687fa24d5ffe814ca6026
1 Use following command to serve client's html and assets with PHP.
3 ```bash
4 RESTAPI_HOST="rest.api.host.or.ip" \
5 RESTAPI_PORT="rest.api.port" \
6 php -S localhost:8080
7 ```