84081/how-npm-start-runs-a-server-on-port-8000
Hello @kartik,
If you will look at package.json file.
you will see something like this
"start": "http-server -a localhost -p 8000"
This tells start a http-server at address of localhost on port 8000
Hope it helps!!
Thank You!!
Hello @kartik, This is what worked for me: npm ...READ MORE
Hello @kartik, To update NPM, this worked for ...READ MORE
Hello @kartik, In the local module directory: $ cd ...READ MORE
I've taken some code and put it in ...READ MORE
Hey @kartik, First you have to go to ...READ MORE
Named route is used to give specific ...READ MORE
Hello, This is simple you just need to ...READ MORE
Hey @kartik, Named routing is another amazing feature of ...READ MORE
Hello @kartik, Try using: npm start --prefix path/to/your/app & inside ...READ MORE
Hello @kartik, If you have to install an ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.