Skip to content

childrentime/react-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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