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

https://github.com/vendelieu/blog-frontend

A blog with user-friendly functionality, written with typescript, angular.
https://github.com/vendelieu/blog-frontend

angular blog ng-universal ssr typescript

Last synced: 3 months ago
JSON representation

A blog with user-friendly functionality, written with typescript, angular.

Awesome Lists containing this project

README

          





vendeli.eu logo

Project of [vendeli.eu](https://vendeli.eu), implementation
of [blog-backend](https://github.com/vendelieu/blog-backend) api.

[Vendeli.eu](https://vendeli.eu) is powered by [Angular Universal](https://angular.io/guide/universal), API services is
provided by [blog-backend](https://github.com/vendelieu/blog-backend).

## Development setup

```bash
# Installation
$ npm i

# SSR
$ npm run build
$ npm run build:prod

# Code scaffolding
$ ng g component|directive|pipe|service|class|guard|interface|enum|module name

# Lint & test
$ npm run lint
$ npm run test

# Deploy
$ npm run deploy
```

## Further help

To get more help on the Angular CLI use `ng help` or go check out
the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.

## License

Licensed under the [MIT](/LICENSE) License.