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.
- Host: GitHub
- URL: https://github.com/vendelieu/blog-frontend
- Owner: vendelieu
- License: mit
- Created: 2022-07-11T00:29:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T17:21:44.000Z (almost 2 years ago)
- Last Synced: 2024-05-22T18:36:51.106Z (almost 2 years ago)
- Topics: angular, blog, ng-universal, ssr, typescript
- Language: TypeScript
- Homepage:
- Size: 2.63 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.