Skip to content

Junior-Software-Engineers/AdminLTE-Starting-Kit-Nextjs

 
 

Repository files navigation

AdminLTE Starting Kit Nextjs

Components

There are two layouts to be used in the project. One of these layouts is the client and the other is the admin layout for adminlte. Components prepared for use below are given in item form. There are sample uses on the dashboard page.

  • Accordion-Accordion Item
  • CardBox
  • Contact
  • Alert
  • Button
  • Input
  • Textarea
  • Formik - Formik Feild

Installation

Deploy methods of AdminLTE Starting Kit Nextjs project are given below.

Project Publishing Instructions

The project can be published in two different ways.

  • Docker
  • NPM

Installation with Docker

To publish the project on Docker, go to the project directory and write the following codes;


  # deploy project with docker
  $ docker-compose up

  # compile docker files
  $ docker-compose build
  

Installation with NPM

To publish the project in NPM, go to the project directory and write the following codes;


  # package install
  $ npm install

  # project start
  $ npm start
  

Running the Project as a Developer

As a developer, to start the project and do the test operations, first go to the project directory and install the packages, then give the necessary command to start the mode.


  # package install
  $ npm install

  # project start
  $ npm run dev
  

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.3%
  • CSS 1.3%
  • Dockerfile 0.4%