- Clone this
- Open console and go to project directory
- Type
npm i
- Type
npm run build
- Project is compiled and placed in
dist
directory - Place files from
dist
to your server. For instance you can usersync
utility
- Type
npm start
- Open
http://localhost:8000
Templates are located in src/app/share/templates/
.
- Clone
src/app/share/templates/example.html
and put changes into new template - Add new template into array
templates
insrc/app/share/face.service.ts