You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"cypress:serve": "http-server -a localhost -p 8787 dist/",
But in the readme, it states port 8080
Development
For development purposes, you can utilize npm run dev. This command spawns an HTTP server on port 8080, showcasing the current form of the webchat directly from the source code. It automatically reloads upon updating source files, simplifying the development process.
So adjustment of the Readme or port in package.json will be necessary.
The text was updated successfully, but these errors were encountered:
"cypress:serve": "http-server -a localhost -p 8787 dist/",
But in the readme, it states port 8080
Development
For development purposes, you can utilize
npm run dev
. This command spawns an HTTP server on port 8080, showcasing the current form of the webchat directly from the source code. It automatically reloads upon updating source files, simplifying the development process.So adjustment of the Readme or port in package.json will be necessary.
The text was updated successfully, but these errors were encountered: