I’m trying to run skeleton-navigation-typescript-vs on my windows machine but it fails – I see only welcome screen and in developer tools there is a message:
http://localhost:9000/dist/main.js Failed to load resource: the server responded with a status of 404
I do everything from the docs – step by step. http://aurelia.io/docs.html#/aurelia/framework/1.0.0-beta.1.0.8/doc/article/a-production-setup.
When I check in chrome developer tools in Sources tab there are only css, jspm_packages, lib and index.html – there is no dist dir.
Is this working sample? What I’m doing wrong?
gulp build
orgulp watch
? – valichek