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
- Host: GitHub
- URL: https://github.com/kherrick/angular-x-postpress
- Owner: kherrick
- Created: 2018-12-27T04:00:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-24T22:22:02.000Z (about 6 years ago)
- Last Synced: 2025-04-12T02:14:30.159Z (26 days ago)
- Topics: angular, custom-elements, graphql, server-side-rendering, web-components
- Language: TypeScript
- Homepage: https://kherrick.github.io/angular-x-postpress/#/
- Size: 914 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).