Simple gallery with images from the pixabay API. Tailwind css is built into workflow with postcss and autoprefixer.
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