It's not working
geelus opened this issue · 3 comments
I just tried and it's nor working.
Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:3000/client/main.js
@geelus The problem shouldn't have occurred. Please check your version of NPM and Node. Also check if Typescript is correctly installed. The file "main.ts" gets compiled to create "main.js" when you run npm start
wherein all Typescript files are watched for any changes by the Typescript Compiler tsc -w
. It works just fine at my end. After you execute command npm start
check for the file "main.js" in /client
folder. The file must be created if the Typescript compiler has worked properly. If not try to install Typescript globally by running npm install -g typescript
. Let me know if the problem still persists.
problem still persists