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

https://github.com/xpioneer/angular-typescript

A Content Management System with Angular18, UI use Ant-Design(ng-zorro-antd)
https://github.com/xpioneer/angular-typescript

angular-router angular18 ant-design lazyload ng-zorro ng-zorro-antd typescript websocket

Last synced: 2 months ago
JSON representation

A Content Management System with Angular18, UI use Ant-Design(ng-zorro-antd)

Awesome Lists containing this project

README

          

# Angular18 for CMS

### Project Technical Structure
***
* angular18
* ng-zorro-antd
* angular/router
* angular/http
* rxjs
* webpack5
* less

### Install

***
project address: (`git clone`)

```
git clone git@github.com:xpioneer/angular-typescript.git
```
install node_modules with `yarn`

```
yarn #in your command terminal
```
***
### Run

start server: (http://localhost:9100)

```
yarn run start
```

publish production

```
yarn run build
```