My application will run when I start with "npm run dev" in the terminal. But when I enter "npm start" it says, ERR start no found.
So, I created a procfile and added exactly web: npm run dev and pushed it to heroku and it is not running.
My application will run when I start with "npm run dev" in the terminal. But when I enter "npm start" it says, ERR start no found.
So, I created a procfile and added exactly web: npm run dev and pushed it to heroku and it is not running.