Image Gallery built with Tailwind and React in a course from Brad Traversy.
Add your Pixabay API key to .env - https://pixabay.com/api/docs/
# Install dependencies
npm install
# Watch CSS & run server on :3000
npm start
# Build CSS and assets
npm run build