Skip to content

Instantly share code, notes, and snippets.

@barmgeat
Created June 24, 2019 14:27
Show Gist options
  • Save barmgeat/fcfa7f8086ff283164f1b675576bdda8 to your computer and use it in GitHub Desktop.
Save barmgeat/fcfa7f8086ff283164f1b675576bdda8 to your computer and use it in GitHub Desktop.
// 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