DEV Community

Discussion on: How I Set Up A New Angular Project

Collapse
 
rickvandermey profile image
Rick van der Meij • Edited

Will definitely dive into NX.
Jest is also on my todo list

Maybe consider compodoc to generate documentation of your application.

I've created an advanced starterkit with a lot of features you describe and more (SSR/Prerender), without a lot of boilerplate. You should check it out
github.com/rickvandermey/angular-s...

Collapse
 
mokkapps profile image
Michael Hoffmann

Yes, compodoc is really nice and a good choice for a documentation library!