List of various food places in Toronto and surrounding areas. Code written in React JS.
npm run dev
"dev": "parcel src/index.html"
npm run dev:nocache
"dev:nocache": "parcel src/index.html --no-cache"
npm run build
"build": "parcel build src/index.html"