[Home](../README.md) # blockly-react-sample [![Built on Blockly](https://tinyurl.com/built-on-blockly)](https://github.com/google/blockly) This sample shows how to load Blockly in a [React](https://reactjs.org/) project. ## Running the sample ### Installation ``` npm install ``` ### Running ``` npm run start ``` ### Browse Open [http://localhost:3000/](http://localhost:3000/) ## Community projects [react-blockly](https://github.com/nbudin/react-blockly): A React component that embeds Blockly. It uses the official [Blockly npm package](https://www.npmjs.com/package/blockly).