DEV Community

Cover image for How I Set Up A New Angular Project

How I Set Up A New Angular Project

Michael Hoffmann on July 08, 2019

In my opinion, Angular is the best choice for large enterprise applications. The basic project setup which is generated by using the Angular CLI is...
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!

Collapse
 
wilgert profile image
Wilgert Velinga

Thanks for the nice write-up. One tip: the TypeScript team has announced that they are no longer supporting tslint. They advise everybody to move to eslint instead. See: eslint.org/blog/2019/01/future-typ...

Collapse
 
pierre profile image
Pierre-Henry Soria ✨

Thanks for sharing! 🎉