Skip to content

talentedev/tutor-front

Repository files navigation

Online Tutoring Service Front-End

To build this front-end in Angular (development server only):

$ cd /var/www/frontend
$ systemctl stop nginx
$ git checkout dev
$ git pull
$ rm -rf dist
$ ng build --aot --configuration=stage
$ systemctl start nginx

References: Flex-Layout