Implement a basic input/output console for printing and reading.
Showing
... | ... | @@ -12,7 +12,8 @@ |
"react-ace": "^8.0.0", | ||
"react-d3-tree": "^1.16.1", | ||
"react-dom": "^16.13.0", | ||
"react-scripts": "3.4.0" | ||
"react-scripts": "3.4.0", | ||
"terminal-in-react": "^4.3.1" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
... | ... |
Please register or sign in to comment