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)
- Host: GitHub
- URL: https://github.com/xpioneer/angular-typescript
- Owner: xpioneer
- Created: 2017-09-05T13:07:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-26T15:08:18.000Z (12 months ago)
- Last Synced: 2025-05-20T11:05:59.591Z (5 months ago)
- Topics: angular-router, angular18, ant-design, lazyload, ng-zorro, ng-zorro-antd, typescript, websocket
- Language: TypeScript
- Homepage:
- Size: 5.11 MB
- Stars: 67
- Watchers: 3
- Forks: 16
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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
```
***
### Runstart server: (http://localhost:9100)
```
yarn run start
```publish production
```
yarn run build
```