Creating an Angular CLI project
Answered
How do I create an Angular CLI project from scratch with Rider ?
Please sign in to leave a comment.
Hi Mauro,
Currently, Rider doesn't have JS-specific project templates. You can create an Angular CLI project via command line with
ng newcommand and then open the project folder in Rider with "File -> Open -> File or Folder" or "Open File or Folder" action on the welcome page.Kind regards,
Sofia.
Thanks Sofia