I'm learning frontend development, And in modern days we use frameworks like react, vue, angular etc. and also tools like webpack babel etc.
But all those frameworks and tools are installed by npm and run on nodejs.
Then, before nodejs came out, how did frontend work?
did they just insert script tags of jquery cdn? and there were no build process neither?
CodePudding user response:
Yes, if you have a look at how Angularjs works, that's pretty much what front-end was like.
