Skip to content

g910v/gifs

Repository files navigation

A small project that implements the functionality of viewing and searching GIF files.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build