Introduction to JSX and React Components
Configuring the commands
The execute and build commands can be configured by adding scripts in package.json file.for example,
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html",
"test": "echo \"Error: no test s...
techstack-tales.hashnode.dev3 min read