Configuration - marcbaechinger/craft.js GitHub Wiki
Change the app-config.json
to adjust the port
on which the appication should listen.
{
"server": {
"port": 3000
},
"path": {
"base": "",
"src": "resources",
"dist": "dist",
"jobs": "jobs",
"views": "views",
"docroot": "public"
}
}