This is a Next.js project bootstrapped with create-next-app
.
add package Acrool React Table
- react: 18.x
- next: 14.x
- acrool-react-table: 5.1.x
$ npx create-next-app@latest
# What is your project named? my-app
# Would you like to use TypeScript? Yes
# Would you like to use ESLint? Yes
# Would you like to use Tailwind CSS? No
# Would you like to use `src/` directory? Yes
# Would you like to use App Router? (recommended) Yes
# Would you like to customize the default import alias? Yes
# What import alias would you like configured? @/*
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.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.