nand2tetris / web-ide

A web-based IDE for https://nand2tetris.org
https://nand2tetris.github.io/web-ide
Other
68 stars 17 forks source link

Reorganize React files to app/ folder #135

Closed DavidSouther closed 2 years ago

DavidSouther commented 2 years ago

Move most React-specific files into app/. This is in preparation for having a node-js only "grading" library, that runs the simulations & tests, but does not have any jsx or DOM dependencies. The next step is removing the JSX from chip visualizations.