DEV Community

Discussion on: React server taking too long to start up and unable to edit without shutting down server

Collapse
 
amn3s1a2018 profile image
Amn3s1a2018

You need to be more specific with your questions. At first read: stackoverflow.com/help/how-to-ask
If you ask better questions, you will get answers.
As already mentioned, there are many react starters. If you stuck with one, try another. Esbuild and Vite are nice options too, besides NextJs and Gatsby ...
Or maybe you should use npm run dev instead of npm start ;)