All Projects → borakilicoglu → Nucleo

borakilicoglu / Nucleo

🔴 Nucleo - Admin template and Starter project for React

Projects that are alternatives of or similar to Nucleo

Laravel Boilerplate
Laravel Boilerplate / Starter Kit with Gentelella Admin Theme
Stars: ✭ 704 (+1752.63%)
Mutual labels:  starter-kit, starter, template, admin
Staradmin Free Bootstrap Admin Template
A Free Responsive Admin Dashboard Template Built With Bootstrap 4. Elegant UI Theme for Your Web App!
Stars: ✭ 1,191 (+3034.21%)
Mutual labels:  template, admin, admin-template
Majesticadmin Free Bootstrap Admin Template
Simple Bootstrap 4 Dashboard template.
Stars: ✭ 160 (+321.05%)
Mutual labels:  template, admin, admin-template
Stisla
Free Bootstrap Admin Template
Stars: ✭ 2,772 (+7194.74%)
Mutual labels:  template, admin, admin-template
Gentelella
Welcome to Gentelella - Responsive Bootstrap Admin Application based on the Foundation of Symfony and Gentelella!
Stars: ✭ 100 (+163.16%)
Mutual labels:  template, admin, admin-template
Hartija Css Print Framework
Universal CSS for web printing
Stars: ✭ 509 (+1239.47%)
Mutual labels:  starter-kit, starter, template
Base
A starting point for Meteor apps.
Stars: ✭ 654 (+1621.05%)
Mutual labels:  starter-kit, template
Webpack Simple Starter
A simple webpack starter without framework (Like Vue, React, Angular, etc.)
Stars: ✭ 661 (+1639.47%)
Mutual labels:  starter-kit, starter
Sleek Dashboard
Sleek Dashboard - Free Bootstrap 4 Admin Template and UI Kit
Stars: ✭ 690 (+1715.79%)
Mutual labels:  admin, admin-template
Primitive
⛏️ ‎ A front-end design toolkit for developing web apps.
Stars: ✭ 783 (+1960.53%)
Mutual labels:  starter-kit, template
Webpack Starter Basic
A simple webpack starter project for your basic modern web development needs.
Stars: ✭ 552 (+1352.63%)
Mutual labels:  starter-kit, starter
Bootstrap 5 Templates
A collection of free Bootstrap 5 templates designed with Material Design 2.0. Admin dashboard, e-commerce, landing pages & much more.
Stars: ✭ 722 (+1800%)
Mutual labels:  template, admin
Puppy
Starter kit and delivery system for building static prototypes with Twig
Stars: ✭ 25 (-34.21%)
Mutual labels:  starter-kit, template
Chrome Extension Typescript Starter
Chrome Extension TypeScript Starter
Stars: ✭ 601 (+1481.58%)
Mutual labels:  starter, template
Ios Awesome Starter Kit
The perfect combination: Clean Swift + ReSwift + PromiseKit
Stars: ✭ 596 (+1468.42%)
Mutual labels:  starter-kit, template
Nth Start Project
Startkit for HTML / CSS / JS pages layout.
Stars: ✭ 578 (+1421.05%)
Mutual labels:  starter-kit, starter
Frame
💡 A user system API starter
Stars: ✭ 741 (+1850%)
Mutual labels:  starter-kit, admin
React Saas Template
🌊 Template for building an SaaS / admin website using React + Material-UI
Stars: ✭ 942 (+2378.95%)
Mutual labels:  template, admin
Laravel Tabler
Laravel Package for integrating Tabler template and this package is Laravel Mix friendly.
Stars: ✭ 20 (-47.37%)
Mutual labels:  template, admin
Suicrux
🚀 Ultimate universal starter with lazy-loading, SSR and i18n. [not maintained]
Stars: ✭ 958 (+2421.05%)
Mutual labels:  starter, template

Nucleo – React Admin Template and Starter Project

image

Nucleo is a modular, multi-layout React admin template featuring custom made Application and Page layouts, UI elements and UX best practices.

The multi-layout setup allows using multiple template layouts without making any major changes to the general structure of the template. It also allows using a different layout per route.

Being able to set different layout per route makes Nucleo very flexible as it allows having any kind of page design within the same codebase. For example, you can have the main admin application, a landing page and authentication pages all within the same codebase without the constant need of hiding/showing layout level elements such as Navigation, Header or Footer.

Setup

Clone the repository

  • git clone https://github.com/borakilicoglu/nucleo.git

Switch to the repo folder

  • cd nucleo

Install dependencies

  • npm install or yarn if using Yarn

Copy sample .env file and set JWT secret key

  • npm run init:env or yarn init:env will copy .env.example to .env
  • Manually set the SECRET variable, as well as the database config

General Features

  • Modular design.
  • Multiple theme layouts.
  • Ability to set a different layout per route.
  • Pre-built and ready to use application and page designs.
  • Ready to use content layouts.
  • Custom components for admin panel specific use cases.
  • Starter project included for faster development.
  • Full React Material theming support with customizable colors.
  • Dark and Light color theme support.

Core Libraries

  • React
  • React Material Components
  • TailwindCSS

Application Designs

Nucleo provides application designs along with some functionality. These functionalities are for demonstration purposes and shows what you can do with the provided application designs.

Included applications

  • Analytics Dashboard
  • Cryptocurrency Dashboard
  • Calendar
  • Contacts
  • ECommerce
  • Mailbox
  • Tasks

Pages

Nucleo provides clean and consistent page designs to help you to create beautiful looking contents. Some of the page designs also comes with different variations such as Authentication and Pricing pages.

Included pages

  • Authentication Pages
    • Sign in
    • Sign up
    • Sign out
    • Forgot password
    • Reset password
    • Unlock session
    • Confirmation required
  • Coming soon
  • Error
    • 404
    • 500
  • Help center
    • Home
    • FAQs
    • Guides
    • Guide
    • Support
  • Maintenance
  • Pricing
    • Modern
    • Simple
    • Single
    • Table
  • Profile

Browser Support

Nucleo supports all modern browsers; Chrome, Firefox, Safari and Edge Chromium. Post Chromium versions of Edge, IE11 and below are NOT supported!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].