Introduction

Introduction to the Web Fundamentals in Rider series.

While Rider is a .NET IDE, it integrates other tools such as DataGrip for database development, and WebStorm for web development.

You can download these tools separately, but it's not required - they are already part of Rider!

The Web Fundamentals in Rider tutorial covers front-end development in Rider, showing capabilities that are brought in by WebStorm. It covers navigation, coding assistance, refactoring, running, debugging and testing your web applications, with technologies like JavaScript and React.

Tutorial steps make use of the sample code (ZIP file with 3 projects) that was created using npx create-react-app. It can be downloaded and opened in Rider as a folder-based solution.

See Also