antonybudianto / angular-starter

:star: Gulp Angular Starter using TypeScript (Updated to 4.4.3)

Home Page:https://antonybudianto.github.io/angular-starter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to shift to port 8080

arcee123 opened this issue · comments

commented

Greetings,
I am learning your system on Cloud9.
It is currently confugured for port 3000.
how do I shift it to port 8080 so I can work it on port 8080?

Thank you

Change the port number in config.js

dev: {
port: 3000,
...
}

commented

Thank you. I appreciate the education.

On Fri, Sep 2, 2016 at 11:37 PM, Prashanth Batchu notifications@github.com
wrote:

Change the port number in config.js

dev: {
port: 3000,
...
}


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#146 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AC1-yEr1CBGvEf_OQS8tdTcMmX_gaSveks5qmPmQgaJpZM4J0Nb0
.

Thanks
Evan