Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bradtraversy/react-tailwind-pixabay-gallery

Pixabay image gallery
https://github.com/bradtraversy/react-tailwind-pixabay-gallery

Last synced: about 2 months ago
JSON representation

Pixabay image gallery

Awesome Lists containing this project

README

        

# Pixabay Image Gallery - React & Tailwind CSS

Simple gallery with images from the pixabay API. Tailwind css is built into workflow with postcss and autoprefixer.

## Usage
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
```