Cleophas

Results 1 comments of Cleophas

If you are using express you need to allow serving of static content by adding something like: ``` var server = express(); server.use(express.static('./public')); // where public is the app root...