A MERN stack progressive web application to store items, create shopping lists and export them as a CSV file.
cd client
yarn install
cd server
yarn install
yarn run start
yarn run start
- Change API url in client/services
- Change cors origin to "*" to allow all origins in server.js