I wanted to use this project as a base for a new one, but it's really frustrating to constantly run npm run build (which takes forever) and then npm start again.
I saw there are 2 run scripts start-dev and dev in the package.json, but when I run the start-dev script, it just never updates and always provides the old files. The dev script is even worse, I mean it appears as if it would do something, but on localhost:3000 there is nothing and I didn't see a reference to another port anywhere.
I wanted to use this project as a base for a new one, but it's really frustrating to constantly run
npm run build(which takes forever) and thennpm startagain.I saw there are 2 run scripts
start-devanddevin the package.json, but when I run the start-dev script, it just never updates and always provides the old files. Thedevscript is even worse, I mean it appears as if it would do something, but on localhost:3000 there is nothing and I didn't see a reference to another port anywhere.