Team Lunch Web App

This project was built with Create React App, uses Redux for state management, and tailwind for css.

Installation

Run npm install or yarn install to get setup and download all dependencies.

Running the app

In the project directory, you can run npm start or yarn start, which will run the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Running tests

To run tests, npm test or yarn test