mosh-hamedani / angular2-course

129 stars 97 forks source link

start command in package.json #5

Open wluijk opened 7 years ago

wluijk commented 7 years ago

Could you please change the command

"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" "

to

"start": "concurrently \"npm run tsc:w\" \"npm run lite\" "

according to:

http://stackoverflow.com/questions/34335340/angular2-quickstart-npm-start-is-not-working-correctly

shabbir-dhangot commented 7 years ago

Hi @wluijk

I created similar project from this git. its working fine in the browser. Now I want to deploy it to server. What should I do? I try many solution but not working.

Please can you help me.