git clone git@github.com:lemberg/connfa-webapp.git
npm install
gulp build
cd PROJECT_DIR/src/app/config && cp config.example.ts config.ts && cp env.example.ts env.ts
. More about configuration you can read herenpm run build
After build is success, minified build sources will be generated in PROJECT_DIR/dist
folder. You need to configure your web server DOC_ROOT to watch this folder.