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

https://github.com/kherrick/angular-x-postpress

Using Web Components and GraphQL in Angular with server side rendering
https://github.com/kherrick/angular-x-postpress

angular custom-elements graphql server-side-rendering web-components

Last synced: 26 days ago
JSON representation

Using Web Components and GraphQL in Angular with server side rendering

Awesome Lists containing this project

README

        

# angular-x-postpress

## Development server

Run `npm run start` for a dev server. Navigate to [http://localhost:4200/](http://localhost:4200/). The app will automatically reload if you change any of the source files.

## Build

Run `npm run build:ssr` to build the project. The build artifacts will be stored in the `dist/` directory.

## Running unit tests

Run `npm run test` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Running end-to-end tests

Run `npm run e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).

## Serve the server side rendered build

Run `npm run serve:ssr` to serve a production build at [http://localhost:4000/](http://localhost:4000/).

## Serve the static rendered build

Run `npm run serve:static` to serve a production build at [http://localhost:5000/](http://localhost:5000/).