First install in the root directory
npm install
Then, moving to the react directory, install the packages
cd web
npm install
Then run the script with, npm start
or you can build with npm run build
, inside web
parcel with up and running with
npm start