Semua yang Anda Butuhkan untuk Proyek Frontend
Template kami dilengkapi dengan semua fitur yang Anda butuhkan untuk membangun aplikasi web modern dengan cepat.
Performa Tinggi
Dioptimalkan untuk kecepatan dan pengalaman pengguna yang mulus
Komponen Modern
Komponen UI yang elegan dan dapat digunakan kembali
TypeScript
Kode yang aman dengan dukungan TypeScript penuh
Praktik Terbaik
Mengikuti praktik terbaik dan standar industri
Apa Kata Pengguna Kami
Lihat bagaimana NextCore membantu pengembang membangun aplikasi web modern dengan cepat.
Joko Purnomo
Frontend Developer
"Template ini sangat membantu saya membangun aplikasi dengan cepat. Komponen UI-nya sangat elegan dan mudah digunakan."
Siti Wulandari
UI/UX Designer
"Desain yang modern dan responsif membuat pekerjaan saya sebagai designer menjadi lebih mudah. Sangat direkomendasikan!"
Budi Santoso
CTO
"NextCore membantu tim kami menghemat waktu pengembangan hingga 50%. Kualitas kode dan performa aplikasi sangat baik."
Beautiful Alert Dialog
Default Dialog Types
Custom Color Schemes
Available Color Schemes:
Anda dapat menggunakan predefined color schemes atau membuat custom color scheme sendiri!
Next.js 15.x Custom Template
Newus Boilerplate
Welcome to the Next.js 15 based project with internal customization from the Newus Technology team. This template uses the pr-template-nextjs boilerplate as the main foundation, developed to accelerate the development of modern, fast and scalable web applications.
src/ ├── __tests__/ # Unit Testing ├── app/ # Page and Layout ├── assets/ # Static files (images, fonts) ├── components/ # Reusable UI components │ ├── parts/ # Parts of Component │ │ └──[folder-name] │ │ │──api.ts │ │ │──interface.d.ts │ │ └──validation.ts │ ├── sections/ # Sections of Component │ ├── shared/ # Global component │ └── ui/ # Component form ShadCN/UI ├── constants/ # Constants value or objects ├── hooks/ # Custom React hooks ├── libs/ # Helper functions and constants ├── services/ # API calls and external services │ └── api/ │ └── fetcher.ts ├── store/ # State management └── types/ # Global TypeScript type definitions
How to Run a Project
1. Repository Clone
git clone [email protected]:NewusTech/maincore-fe.git
# or git
clone https://github.com/NewusTech/maincore-fe.git cd nama-repo
2. Dependency Install
pnpm install
3. Make File `.env`
cp .env.example .env
Fill in the configuration according to your environment.
Credits & Contact
This template is setup by newus teams :
Created with ❤️ by Team Newus Teknologi