skip to Main Content

Reactjs – Running a new React project

I'm just starting out on a Udemy React course so I'm pretty much a Terminal newbie.... I've downloaded the first React course project folder here: /Users/iancraig/TRAINING/REACT/01-starting-setup I've cd'd into this directory "01-starting-set-up" folder ok, and I've run "npm install" However…

VIEW QUESTION

External script.js doesn't run in html

I have an https server. It works except for the external script.js. But if the script is internal, it works. My server.js file: const https = require("https"); const fs = require("fs"); const options = { key: fs.readFileSync('server.key'), cert: fs.readFileSync('server.cert'), };…

VIEW QUESTION
Back To Top
Search