react 在线运行环境。 https://react-lab.skyone.host/
Go to file
Skyone 429d99853e
添加 `README.md`
2023-12-22 21:59:59 +08:00
public 修复 CodeMirror flex 布局宽度 overflow 问题 2023-12-22 21:54:03 +08:00
scripts/webpack init 2023-12-22 20:21:49 +08:00
server init 2023-12-22 20:21:49 +08:00
src 修复 CodeMirror flex 布局宽度 overflow 问题 2023-12-22 21:54:03 +08:00
.gitignore init 2023-12-22 20:21:49 +08:00
Dockerfile init 2023-12-22 20:21:49 +08:00
README.md 添加 `README.md` 2023-12-22 21:59:59 +08:00
babel.config.js init 2023-12-22 20:21:49 +08:00
docker-compose.yml init 2023-12-22 20:21:49 +08:00
env.js init 2023-12-22 20:21:49 +08:00
package-lock.json 使用 CodeMirror@6 作为代码编辑器 2023-12-22 21:11:10 +08:00
package.json 使用 CodeMirror@6 作为代码编辑器 2023-12-22 21:11:10 +08:00
postcss.config.js init 2023-12-22 20:21:49 +08:00
tailwind.config.ts init 2023-12-22 20:21:49 +08:00
tsconfig.json init 2023-12-22 20:21:49 +08:00

README.md

React 在线运行环境

基于 typescriptbebelreact 在线运行环境。

目前支持 Material-UI 和 Tailwindcss 。

在线预览: React Playground

  • typescript@5.3.3
  • babel@7.23.6
  • react@18.2.0
  • react-dom@18.2.0
  • @mui/material@5.15.1
  • tailwindcss@3.4.0