I download the Aurelia repository from
https://github.com/aurelia/
And run the project successfully through webstrom on a different port, and not on localhost: 9000 without gulp watch. "
But I installed the Aurelia dependency, and then started successfully running the project on a web server.
Steps to start a project without a "gulp watch" ...
Run the given command on the command line from the project folder.
Install the Apps dependencies - **npm install** Install JSPM dependencies - **jspm install -y** Install Gulp - **npm install gulp**
then examine the index.html page on chrome. Make sure you use Aurelia in Chrome, IE, and Firefox.
I tested the Aurelia app in Chrome, IE, Safari, and Firefox results.
Chrome - Pass IE - Pass Firefox - Pass Safari - Fail
But in safari it didn’t work out.
virender
source share