start/ development build : ( add scripts as start to make start using npm, i.e "start": "parcel index.html" npm run start ) npx parcel index.html start/ production build : npx parcel build index.html npm run start = npm start