Skip to content

overlogic-universe/anugerah-powder-coating-web

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Install Deps

First, run the following command

npm install

Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

File name convention:

File in /src/app

  • camelCase (app.tsx, layout.tsx, adminDashboard.tsx)

File in /src/components

  • folder(camelCase -> navbar, userList)
  • file(PascalCase -> Navbar.tsx, UserList.tsx)

File in /src/constants

  • folder(camelCase -> navbar, userList)
  • file(PascalCase -> GalleryImageConstants.tsx)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published