Created
June 24, 2019 14:27
-
-
Save barmgeat/fcfa7f8086ff283164f1b675576bdda8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// in the controller.js handel the user reactions | |
module.export = function(app){ | |
app.get('/AppName', function(req, res){ | |
res.render('mainAppPage'); | |
}); | |
}; | |
// in the views/mainAppPage.ejs | |
our html tamplate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment