Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+7 votes

Node.js? React? Others?

asked in CSC490_Spring2019 by (508 points)

1 Answer

+2 votes

ReactJS has a pretty decent tutorial on their website to get the feel of things! I havent tried the codecademy tutorials but I know they have quite a few free tutorials for web development (JavaScript, Angular, React, Express).

Another approach to web development that one could look into would be the MEAN stack development. This approach consists of utilizing MongoDB (for database usage), ExpressJS (backend interactions), AngularJS (frontend UI usage), and NodeJS (back end server interactions).

answered by (1 point)
...