npm install -g gulp
npm install
Web site will be available at http://localhost:8080/
gulp run
this property available as part of page level Json property
"title": "BabylonJS - 3D engine based on WebGL/Web Audio and JavaScript"
meta tags can be unique for each page. This property available as part of page level Json property and contains list of tags
"metaTags": [
{
"name": "description",
"content": "BabylonJS - 3D engine based on WebGL/Web Audio and JavaScript"
},
{
"property": "og:title", //optional property for open graph
"content": "BabylonJS - 3D engine based on WebGL/Web Audio and JavaScript"
}
]