Install the dependencies...
npm install
Note that if you have npm < 7 you need to install peer-dependencies manually.
...then start Angular dev server:
npm run dev
Navigate to localhost:4200. You should see your app running. Edit a component file in src, save it, and the page should reload with your changes.