Skip to content

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

Notifications You must be signed in to change notification settings

xpioneer/angular-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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