A Next.js + TypeScript application showing how to integrate boxicons.
This project was bootstrapped with create-next-app
.
- Node Version 18.7 or later
- Run the following command to install the project dependencies
npm install
Spin up the development server by running the following:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.