Creating an Angular CLI project

Answered

How do I create an Angular CLI project from scratch with Rider ?

0
2 comments

Hi Mauro,

Currently, Rider doesn't have JS-specific project templates. You can create an Angular CLI project via command line with ng new command 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.

1

Please sign in to leave a comment.