- A refactoring is necessary to migrate the files of "styles.css" to "styles.ts", using the styled components method
- Add test methods to the components
To create a new project based on this template using create-next-app
, run the following command:
npx create-next-app -e https://github.com/nextui-org/next-app-template
You can use one of them npm
, yarn
, pnpm
, bun
, Example using npm
:
npm install
npm run dev
Licensed under the MIT license.