It doesn't work when I follow the setup step
See original GitHub issueI am trying to setup project with the following commands
$ yarn create vite-app <project-name>
$ cd <project-name>
$ yarn
$ yarn dev
Everything seems to be okay, but vite serve
throws 404
after starting the server
> vite
vite v1.0.0-rc.4
Dev server running at:
> Local: http://localhost:3000/
> Network: http://192.168.1.122:3000/
$ curl http://localhost:3000/
Not Found
But vite build
works fine!
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
Fix an installed Android app that isn't working - Google Support
Step 1: Restart & update · Open your phone's Settings app. · Near the bottom, tap System and then Advanced and then System...
Read more >How to troubleshoot Windows Installer errors - Microsoft Support
Fix that installation or update process was not completed successfully · Click Start · On the General tab, click Selective startup, and then...
Read more >Set up your iPhone or iPad - Apple Support
If you signed in with your Apple ID, follow the steps to set up Apple Pay and iCloud Keychain. Set up Screen Time...
Read more >10 ways to fix Instagram if it's not working properly
If you have an Android phone, follow these steps: 1. Start the Settings app. 2. Tap Apps & notifications. 3. Go to the...
Read more >Docker Engine post-installation steps
Optional post-installation steps for Linux. ... You can also run the following command to activate the changes to groups: $ newgrp docker.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Just tested again and it’s mysteriously working now…
same