mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-06-18 22:11:26 +00:00
Npm 7 also supports workspaces, but doesn’t require the workspace root to be private. This means the examples can be workspaces within the project, so the entire project can be handled as one mono repository with a single lock file and `node_modules` directory. Also the readme has been updated with usage instructions.
9 lines
170 B
Markdown
9 lines
170 B
Markdown
# Demo: React + Weback + Worker Loader + Babel
|
|
|
|
To run:
|
|
|
|
```
|
|
npm start
|
|
```
|
|
|
|
The demo will open in your browser. See (index.jsx)[index.jsx#L34-L36] for the schema loaded.
|