Skip to content

Latest commit

History

History
24 lines (18 loc) 路 1.82 KB

README.md

File metadata and controls

24 lines (18 loc) 路 1.82 KB

AngularCitations

This project was generated with Angular CLI version 10.2.0 and upgraded to the latest angular version (15.0 for instance at 30/11/2022)

With Angular 10.2.0, tailwindcss requires thoses steps to run finely :

But with Angular 11.2, it's more simpler and there is no more needs to all these hacks (thanks for them coz it really helped me on those times).

In the last few days, i also added the package @angular/pwa to allow the lighthouse benchmark to improve the notation.

I also added ngUniversal for prerendering on /cites and /authors(and ssr if i want to serve page with node-express) Use

  • npm run build:ssr to build app, then generate code with ngUniversal and also prerender to render wished routes
  • optional coz it will remove all docs folder: npm run build to generate frontend code

@TODO :