real outcome to achieve is to hook an angular front end to this asp.net backend that's already returning data.
error:
Error: ENOENT: no such file or directory, stat '/Users/me/Desktop/aspokedex/pokedex/dist/index.html'
error is given for this file scope:
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:
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.
error: Error: ENOENT: no such file or directory, stat '/Users/me/Desktop/aspokedex/pokedex/dist/index.html' error is given for this file scope:
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: