Create a new file, e.g. DAL.jsDAL
in the root of your application with the following content.
{
"jsDALServerUrl": "http://localhost:9086", // location of your jsdal-server
"OutputPath": "./jsDAL" // where you want the generated files to be placed
}
Call jsdal
to start the process.