The website documentation states that the gulp server task should be used to create a testing server, but this task is not available in the current gulpfile.js.
yes, unfortunately the task to start the server is called server in the individual components and connect in the main brick project.
we should fix that!
Hello folks.
The website documentation states that the
gulp server
task should be used to create a testing server, but this task is not available in the current gulpfile.js.