frankcollins3 / ASPokedex

Pokedex with ASP backend / razor pages, and VanillaJS front end
1 stars 0 forks source link

running express server with angular [8:21am] #28

Open frankcollins3 opened 1 year ago

frankcollins3 commented 1 year ago

attempting to do: node server.js

real outcome to achieve is to hook an angular front end to this asp.net backend that's already returning data. Screen Shot 2023-09-27 at 8 22 45 AM

error: Error: ENOENT: no such file or directory, stat '/Users/me/Desktop/aspokedex/pokedex/dist/index.html' error is given for this file scope: Screen Shot 2023-09-27 at 8 22 23 AM

proposed approach: it appears as if the server is looking for a dist folder that isn't in the file scope or /src folder: /pokedex/dist/index.html' possible improvements: