Skip to content

Uvacoder/rsuite-with-nextjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nextjs example

How to use

Download the example:

curl https://codeload.github.com/rsuite/rsuite/tar.gz/master | tar -xz --strip=2 rsuite-master/examples/with-nextjs
cd with-nextjs

Install it and run:

npm install
npm run dev
# or
yarn
yarn dev