Your new and improved multi-user grocery list! This app was initially created as a MVP during a 40 hour solo hackathon. Initialized with Create React App.
npx create-react-app
- React
- Node.js
- PostgreSQL
- Express.js
- SCSS
Clone the repo locally. Within the project directory, run:
npm install
npm start
In order to run the app in development mode, in a separate terminal tab, run:
npm run build-dev