This example shows how to use Tailwind CSS (v3.2) with Next.js. It follows the steps outlined in the official Tailwind docs.
Deploy the example using Vercel or preview live with StackBlitz
Execute git clone
to bootstrap the example:
git clone "https://github.com/popskully/portfoliov2.git"
Install npm:
npm install
install react-snowfall
npm i react-snowfall
install react-toastify
npm install --save react-toastify
install emailjs
npm install @emailjs/browser --save
Deploy it to the cloud with Vercel (Documentation).