+ 1
How can I do frontend and backend development using node.js?
I am currently using django for web development. Now I am going to learn node.js. But I don't know what things I should learn to do full stack in node.js?
4 Respostas
+ 4
You can start learn node.js and express.js from online websites or YouTube.
Eg. Tutorials from TutorialPoint
https://www.tutorialspoint.com/nodejs/index.htm
https://www.tutorialspoint.com/expressjs/index.htm
Practise what you've learned with https://glitch.com/
+ 3
Node.js can't be used on the front end.
+ 2
It can be any JavaScript framework or just HTML/CSS/Javascript that run from front end.
+ 1
Angular or react in front end and node,express in back end?