johnpapa / johnpapa/lite-server

Not listening on this port

Open
#175 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2.3k
Forks
262
PR merge metrics
No merged PRs in 30d

Description

Did not detect a bs-config.json or bs-config.js override file. Using lite-server defaults...
** browser-sync config **
{
injectChanges: false,
files: [ './**/*.{html,htm,css,js}' ],
watchOptions: { ignored: 'node_modules' },
server: { baseDir: './', middleware: [ [Function], [Function] ] }
}
[Browsersync] Access URLs:
Local: http://localhost:3000
External: http://192.168.56.1:3000
UI: http://localhost:3001
UI External: http://localhost:3001
[Browsersync] Serving files from: ./
[Browsersync] Watching files...
20.05.08 05:26:20 200 GET /index.html
20.05.08 05:26:25 200 GET /index.html
20.05.08 05:26:30 200 GET /index.html
20.05.08 05:26:36 200 GET /index.html
20.05.08 05:26:41 200 GET /index.html
20.05.08 05:26:46 200 GET /index.html

its watching the files but doesn't show anything on localhost:3000

(web not available)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.