Node.js + AdminLTE + Express

2

Hello,

I would like an help to start a small project in Node.js + MySql and AdminLTE layout. Regarding Node.js (JavaScript) and MySql all quiet, the problem begins when I need to join the visual part. I use AdminLTE because I'm a backend developer, and my strong really is not front. When I used PHP with AdminLTE in the view layer, I basically replaced every part of that layout with my PHP code. Now with Node.js, using Express this process is quite different.

The question then is:

  • When using AdminLTE do I necessarily need to use Express Jade?
  • Would it be wrong if I replaced the JavaScript (Node) code directly into the Html structure of AdminLTE?
  • Does anyone have a simple and basic example of a CRUD with AdminLTE / Node for this task?

This is a personal project, personal financial system, which I have in PHP and would like to rewrite in Node.js, to also serve as a study.

source: link

    
asked by anonymous 07.10.2017 / 15:26

0 answers