Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gentics/mesh-angular-example

Gentics Mesh Angular Example
https://github.com/gentics/mesh-angular-example

angular gentics-mesh

Last synced: about 2 months ago
JSON representation

Gentics Mesh Angular Example

Awesome Lists containing this project

README

        

# Mesh Angular Demo

This is a simple example application intended to demonstrate a few of the features of Gentics Mesh
([getmesh.io](http://getmesh.io)).

All calls to the Mesh API endpoints are made from the [`MeshService`](src/app/mesh-data.service.ts). The rest of the
app logic is contained in the [app component](src/app/app.component.ts) file.

The app is using Angular and built with [Angular CLI](https://github.com/angular/angular-cli). Run `npm start`
to start a dev server at `http://localhost:3000/`, `npm run build` to build the project to `dist/`.

This is intended to be an extremely simple example. Therefore the implementations
are necessarily naive. The idea is to provide a way to see the Mesh API in action and provide an example for
interested developers to experiment with.