neuefische / web-exercises

Session exercises
MIT License
17 stars 33 forks source link

Add project scaffolding instructions with Create React App #336

Closed ThomasKirst closed 9 months ago

ThomasKirst commented 9 months ago

This PR adds a section to the challenges README.md file about project scaffolding using Create React App. It provides a brief explanation of what project scaffolding is and how to use the Create React App tool to create a new React project.

This solves #512.