LearningTypeScript / projects

Hands-on real world projects that will help you exercise your knowledge of TypeScript.
https://learningtypescript.com/projects
240 stars 160 forks source link

Projects: explain prerequisites explicitly #240

Closed JoshuaKGoldberg closed 1 year ago

JoshuaKGoldberg commented 1 year ago

I ran an 8 hour workshop recently on TypeScript. One of the biggest blockers for participants was having the right prerequisites locally: Git, Node, and VS Code (or another IDE). Those should be called out explicitly on https://www.learningtypescript.com/projects.

Consider this a precursor to #173.

JoshuaKGoldberg commented 1 year ago

Fixed by https://github.com/LearningTypeScript/site/pull/101.