Running a local web server
If you've looked at our quickstart and introduction to ml5, you will have dipped your toes into the ml5 universe.
A big part of the ml5 project is to create lots of examples as launching points for all your creative project ideas. You can find all of the ml5.js examples at our Github page: ml5-library. If you start to explore these examples you can see how the different ml5 functions are used to accomplish different outcomes. We try our best to keep the examples as simple as possible so you can easily start to build your ideas on top of them.
You can check out all the examples running:
If you'd like to download the examples and run them locally, download the ml5-library github repo and follow the instructions here.
You may also be interested in watching CodingTrain - getting set up for a nice intro on getting set up with writing code for the web.