Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 651 Bytes

File metadata and controls

26 lines (17 loc) · 651 Bytes

React directory tree filter

Try the app in codepen.io

Install the dependencies and start the server.

npm install
npm start
open http://localhost:3000

Static Files

You can store static files like images, fonts, etc in the build folder.

For example, if you copy a file called my_image.png into the build folder you can access it using http://localhost:3000/build/my_image.png.

Dependencies