Skip to content

Latest commit

 

History

History
executable file
·
42 lines (30 loc) · 989 Bytes

README.md

File metadata and controls

executable file
·
42 lines (30 loc) · 989 Bytes

vendeli.eu logo

Project of vendeli.eu, implementation of blog-backend api.

Vendeli.eu is powered by Angular Universal, API services is provided by blog-backend.

Development setup

# 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 page.

License

Licensed under the MIT License.