When to Use npm run build
Abdelkader Ould Hennia
Posted on November 22, 2024
In Production:
Always use **npm run build**
followed by npm start when deploying to production.
For Development:
Skip npm run build. Use **npm run dev**
for faster iteration with hot reloading.
💖 💪 🙅 🚩
Abdelkader Ould Hennia
Posted on November 22, 2024
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
javascript Standardizing frontend routes and dynamic URL generation in Neeto products
September 24, 2024