This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
learningpulse/web-client
2005 3e957027f5
All checks were successful
Build docker images, publish them, deploy to test server / build (push) Successful in 57s
Mirror dev branch to remote / build (push) Successful in 17s
chore: deleted old workflows
2024-09-09 08:16:39 +02:00
..
.idea init: migrated to monorepo 2024-09-05 17:07:07 +02:00
.vscode init: migrated to monorepo 2024-09-05 17:07:07 +02:00
app init: migrated to monorepo 2024-09-05 17:07:07 +02:00
components init: migrated to monorepo 2024-09-05 17:07:07 +02:00
config init: migrated to monorepo 2024-09-05 17:07:07 +02:00
public init: migrated to monorepo 2024-09-05 17:07:07 +02:00
styles init: migrated to monorepo 2024-09-05 17:07:07 +02:00
tests/e2e init: migrated to monorepo 2024-09-05 17:07:07 +02:00
tests-examples init: migrated to monorepo 2024-09-05 17:07:07 +02:00
types init: migrated to monorepo 2024-09-05 17:07:07 +02:00
.eslintignore init: migrated to monorepo 2024-09-05 17:07:07 +02:00
.eslintrc.json init: migrated to monorepo 2024-09-05 17:07:07 +02:00
.gitignore init: migrated to monorepo 2024-09-05 17:07:07 +02:00
.npmrc init: migrated to monorepo 2024-09-05 17:07:07 +02:00
Dockerfile init: migrated to monorepo 2024-09-05 17:07:07 +02:00
flake.lock init: migrated to monorepo 2024-09-05 17:07:07 +02:00
flake.nix init: migrated to monorepo 2024-09-05 17:07:07 +02:00
LICENSE init: migrated to monorepo 2024-09-05 17:07:07 +02:00
next.config.js init: migrated to monorepo 2024-09-05 17:07:07 +02:00
package-lock.json init: migrated to monorepo 2024-09-05 17:07:07 +02:00
package.json init: migrated to monorepo 2024-09-05 17:07:07 +02:00
playwright.config.ts init: migrated to monorepo 2024-09-05 17:07:07 +02:00
postcss.config.js init: migrated to monorepo 2024-09-05 17:07:07 +02:00
README.md init: migrated to monorepo 2024-09-05 17:07:07 +02:00
tailwind.config.js init: migrated to monorepo 2024-09-05 17:07:07 +02:00
tsconfig.json init: migrated to monorepo 2024-09-05 17:07:07 +02:00

Next.js & NextUI Template

This is a template for creating applications using Next.js 14 (app directory) and NextUI (v2).

Try it on CodeSandbox

Technologies Used

How to Use

Use the template with create-next-app

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

Install dependencies

You can use one of them npm, yarn, pnpm, bun, Example using npm:

npm install

Run the development server

npm run dev

Setup pnpm (optional)

If you are using pnpm, you need to add the following code to your .npmrc file:

public-hoist-pattern[]=*@nextui-org/*

After modifying the .npmrc file, you need to run pnpm install again to ensure that the dependencies are installed correctly.

License

Licensed under the MIT license.