Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 418 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 418 Bytes

tree-control-project

Tree Control Application written in React

alt text

Running the code

To run the code, input the following commands in your terminal (assuming npm is installed globally):

npm i
npm start

The app will run on http://localhost:8080/ through a Webpack dev server.