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
When using wc-generate to start a new project, the generated package.json includes information for starting your localhost and how to run it in your local browser. However, the package.json designates the wrong port.
To Reproduce
Steps to reproduce the behavior:
Start a new project from scratch
Run 'wc-generate --name counter'
Open ./package.json and review the first section describing how to start your localhost
Note that the url designated is "localhost:3001"
Expected behavior
This should say "localhost:8000"
Desktop (please complete the following information):
OS: macOS Big Sur
Version 11.1
Additional Information
Note that all other documentation sources give the correct localhost:8000 instructions.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using wc-generate to start a new project, the generated package.json includes information for starting your localhost and how to run it in your local browser. However, the package.json designates the wrong port.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
This should say "localhost:8000"
Desktop (please complete the following information):
Additional Information
Note that all other documentation sources give the correct localhost:8000 instructions.
The text was updated successfully, but these errors were encountered: