Skip to content

Repository files navigation

Evasense Hesabdari

Modern accounting and invoicing application built with Next.js.

Tech Stack

Development

To run the development server:

pnpm dev

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

Project Structure

src/
├── app/         # Next.js App Router pages and layouts
├── components/  # Reusable UI components
│   ├── forms/   # Form components
│   ├── layout/  # Layout components
│   └── ui/      # UI components (shadcn/ui)
├── data/        # Data fetching and management
├── hooks/       # Custom React hooks
├── lib/         # Utility functions and configurations
│   └── api/     # API client and services
└── types/       # TypeScript type definitions

Code Standards

  • Code Formatting: Prettier with tailwindcss and organize-imports plugins
  • Component Structure: Small, reusable components (<200 lines)
  • Package Manager: pnpm

Building for Production

pnpm build

Deployment

pnpm start

Or use the provided Docker configuration for containerized deployment.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages