Click to show TOC
This section will allow you to explore files In this project. The file browser below uses a JSON file created by TryITJs. executed in your project root directory:
The command below id it is executed in to generate the file filelist.json
tryitjs --src try_src --dest try_it --filelist
{
"path": "try_src",
"name": "try_src",
"children": [{
"path": "try_src/array.try",
"name": "array.try",
"size": 969,
"extension": ".try",
"type": "file"
}, {
"path": "try_src/basic.try",
"name": "basic.try",
"size": 672,
"extension": ".try",
"type": "file"
}, {
"path": "try_src/full-tutorial.try",
"name": "full-tutorial.try",
"size": 3401,
"extension": ".try",
"type": "file"
}
}
This file is read and displayed in the file browser interface below. You can use the interface to inspect all the files use on this site. If none of this makes sense to you, don't worry; as you go thorugh this tutorial I hope it will make more sense.