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
- Tailwind CSS
- NextJS 13
- React Slick
- Eslint and Prettier