/tariap

How I learn Next.js with meme!

Primary LanguageTypeScriptMIT LicenseMIT

TARIAP

Deploy with Vercel

This repository represent how I learn how to Next.js with Tailwind CSS and tsparticles by create a meme web application.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Note:

  • Whenever you deploy this repository on Vercel, don't forget to change output directory to ./dist
  • tsparticles on Next.js does not fully support yet, so I did the ignoreBuildErrors typescript to skip the issues.