Skip to content

Commit

Permalink
docs: add default port for vite-based frameworks (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
anfibiacreativa committed Sep 26, 2022
1 parent 47823b0 commit 19c619b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/www/docs/use/2-emulator.md
Expand Up @@ -83,3 +83,4 @@ Here are some of the default ports used by dev servers in popular front-end fram
| [React (Create React App)](https://reactjs.org/docs/create-a-new-react-app.html) | 3000 | `swa start http://localhost:3000` |
| [Svelte (sirv-cli)](https://github.com/lukeed/sirv/tree/master/packages/sirv-cli/) | 5000 | `swa start http://localhost:5000` |
| [Vue](https://cli.vuejs.org/) | 8080 | `swa start http://localhost:8080` |
| [Vite-based frameworks](https://vitejs.dev/) | 5173 | `swa start http://localhost:5173` |

0 comments on commit 19c619b

Please sign in to comment.