Closed Haneesha123 closed 3 years ago
In the install section of README.md, the command for starting the application is supposed to be npm run start:dev
npm run start:dev
By using npm start, we get the error npm ERR! missing script: start
npm start
npm ERR! missing script: start
Can I make a PR fixing this issue?
Go ahead @Haneesha123
@Manvityagi I have solved this issue. Please check PR #29
Expected Behavior
In the install section of README.md, the command for starting the application is supposed to be
npm run start:dev
Current Behavior
By using
npm start
, we get the errornpm ERR! missing script: start
Can I make a PR fixing this issue?