Skip to content

Commit d82bbd4

Browse files
authored
docs: put the web frameworks in alpha order (#340)
1 parent bb85935 commit d82bbd4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

8686
Instead of starting a dev server separately, you can provide the startup command to the CLI.
8787

0 commit comments

Comments
 (0)