An open API service indexing awesome lists of open source software.

https://github.com/acrool/acrool-react-grid-nextjs

acrool-react-grid by nextJS
https://github.com/acrool/acrool-react-grid-nextjs

grid-system nextjs reactjs styled-component

Last synced: 3 months ago
JSON representation

acrool-react-grid by nextJS

Awesome Lists containing this project

README

          

# Acrool React Grid By NextJS

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

add package [Acrool React Grid](https://github.com/acrool/acrool-react-grid)

## Version
- react: 18.x
- next: 14.x
- styled-component: 5.3.x
- acrool-react-grid: 5.2.x

## Add this step

```
$ 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? @/*
```

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```

Open [http://localhost:3000](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.

[Online Sample](https://acrool-react-grid-nextjs.pages.dev/)