I\'m trying to start serving some static web pages using connect like this:
connect
var connect = require(\"connect\"); var nowjs = require(\"now\"); va
The solution to "Cannot Get /" can usually be determined if you do an "ng build" in the command line. You will find most often that one of your "imports" does not have the correct path.