Skip to content

infynno-solutions/properfans

Repository files navigation

ProperFans

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Create an .env.production or .env.local with below content.

NEXT_PUBLIC_API_URL=http://localhost:3000/api

Technologies Used

  • Tailwind CSS
  • NextJS 13
  • React Slick
  • Eslint and Prettier