WeelCodeur
WeelCodeur

Reputation: 143

Ionic3 : I can't open localhost:8100

I have a problem with ionic

I start ionic and i created my project with the command

ionic start myProject sidemenu 

After, I use the command

ionic serve

Result : result

but when I want to go to localhost:8100

it's display this:

error

I try on Mozilla and IE but it's the same, I can't load the page

(sorry for my english and my message problem in french, I'm french)

Thank you very much and have a nice day

Upvotes: 0

Views: 1843

Answers (2)

WeelCodeur
WeelCodeur

Reputation: 143

I find the solution : In the variable PATH, add C:/Windows/System32 and restart your pc, after, open the cmd in your depository and insert the command ionic serve

Upvotes: 1

Humberto de Carvalho
Humberto de Carvalho

Reputation: 147

Try to set the port to 8080 and see if it will works.

ionic serve -l -p 8080

Upvotes: 0

Related Questions