Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 614 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 614 Bytes

Home

blockly-react-sample Built on Blockly

This sample shows how to load Blockly in a React project.

Running the sample

Installation

npm install
npm audit fix --force

Running

npm run start

Browse

Open http://localhost:3000/

Community projects

react-blockly: A React component that embeds Blockly. It uses the official Blockly npm package.