Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 750 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 750 Bytes

VPNFace Lite Angular Control Panel

This is sources of angular control panel for VPNFace Lite project (https://github.com/abrakadobr/vpnface_lite/) This project was generated with Angular CLI version 6.0.1.

Development server

Nice way for development, is cteating link to compiled path at vpnface_lite folder like

#removing compiled data
rm -rf $VPNFACE_LITE_DIR/vpnface
#linking dev compiled to vpnface_lite
ln -s $DEV_PATH/dist/vpnface $VPNFACE_LITE_DIR/vpnface
#start angular builds for development
ng build --watch

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.