Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 202 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 202 Bytes

Website about EV3Dev-lang-java

In order to launch in local this website, you can use the following tools:

npm install http-server -g
http-server ./YOUR_PATH -p 3000
python -m SimpleHTTPServer
``