Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 461 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 461 Bytes

Angular18 for CMS

Project Technical Structure


  • angular18
  • ng-zorro-antd
  • angular/router
  • angular/http
  • rxjs
  • webpack5
  • less

Install


project address: (git clone)

git clone [email protected]: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