Kawaeee / tariap

How I learn Next.js with meme!

Home Page:https://tariap.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

How I learn Next.js with meme!

https://tariap.vercel.app

License:MIT License


Languages

Language:TypeScript 60.5%Language:CSS 36.4%Language:JavaScript 3.1%