Local Dev Server
Needed because of CORS preventing local HTML file access to other domains
http://localhost:3000
npx serve
npx http-server
References
npm start
↔ start Local Dev Server & HMR to serve updated changes
Local Dev Server
Needed because of CORS preventing local HTML file access to other domains
http://localhost:3000
npx serve
npx http-server
npm start
↔ start Local Dev Server & HMR to serve updated changes