Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 438 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 438 Bytes

React Playground

React Playground is an interactive React code editor and runtime environment that allows developers to quickly test, experiment with, and share React code snippets.

Features

  • Real-time code editing and preview
  • Support for ES6+ syntax
  • Built-in Babel transpilation
  • Automatic dependency management

Run Locally in Dev

cd website
pnpm dev

Build for Prod

cd website
pnpm build