React_03
You can add the following start and build scripts inside package.json for your ease:
Now, you can simply run the following commands:
npm run start
npm run build
npm start can also be used as a shortcut to npm run start.
Clean console
We can install...
ruban.hashnode.dev5 min read