Link to home
Start Free TrialLog in
Avatar of Mark Bran
Mark Bran

asked on

node.js express and cors install question

Its my understanding I need to install express and cors via the terminal like this
npm install express
npm install cors
but where do I install express and cors specifically?

Below my DIRECTORY STRUCTURE

WEATHER-JOURNAL-APP <------ Do I install express and cors here
    --website <----------------------------- or here???
        ---app.js
        ---index.html
       ---style.css
server.js
ASKER CERTIFIED SOLUTION
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mark Bran
Mark Bran

ASKER

Very helpful