File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,13 +75,13 @@ Here is a list of the default ports used by some popular dev servers:
7575| Tool | Port | Command |
7676| ---------------------------------------------------------------------------------- | ---- | --------------------------------- |
7777| [ Angular] ( https://angular.io/cli ) | 4200 | ` swa start http://localhost:4200 ` |
78- | [ Vue] ( https://cli.vuejs.org/ ) | 8080 | ` swa start http://localhost:8080 ` |
79- | [ React (Create React App)] ( https://reactjs.org/docs/create-a-new-react-app.html ) | 3000 | ` swa start http://localhost:3000 ` |
8078| [ Blazor WebAssembly] ( https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor ) | 5000 | ` swa start http://localhost:5000 ` |
81- | [ Hugo] ( https://gohugo.io/commands/hugo_server/ ) | 1313 | ` swa start http://localhost:1313 ` |
82- | [ Svelte (sirv-cli)] ( https://github.com/lukeed/sirv/tree/master/packages/sirv-cli/ ) | 5000 | ` swa start http://localhost:5000 ` |
8379| [ Gatsby] ( https://www.gatsbyjs.com/docs/gatsby-cli/ ) | 8000 | ` swa start http://localhost:8000 ` |
80+ | [ Hugo] ( https://gohugo.io/commands/hugo_server/ ) | 1313 | ` swa start http://localhost:1313 ` |
8481| [ Next.js] ( https://nextjs.org/ ) | 3000 | ` swa start http://localhost:3000 ` |
82+ | [ React (Create React App)] ( https://reactjs.org/docs/create-a-new-react-app.html ) | 3000 | ` swa start http://localhost:3000 ` |
83+ | [ Svelte (sirv-cli)] ( https://github.com/lukeed/sirv/tree/master/packages/sirv-cli/ ) | 5000 | ` swa start http://localhost:5000 ` |
84+ | [ Vue] ( https://cli.vuejs.org/ ) | 8080 | ` swa start http://localhost:8080 ` |
8585
8686Instead of starting a dev server separately, you can provide the startup command to the CLI.
8787
You can’t perform that action at this time.
0 commit comments