This reference web client is a SPA (single-page application) project based on the Angular framework for presentation of content provided by Vocula app through its REST API. The project can be used as a starting point to create a custom web client for this content provider.
Vocula is an open source content provider powered by REST API and based on simplicity of Markdown and YAML files. These files combine content (text & images) and metadata structured into a directory tree.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
All main configurations needs to be setup in environment file src/environments/environment.ts
:
apiUrl
as URL of Vocula REST API serversiteName
as default site of contentlanguage
as default language of content
Needs to be created separated copy of src/environments/environment.prod.ts
file for production release with production parameters.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.