Welcome to Panel Admin
If you own a theme’s license already, thank you very much for purchasing!
Get started with Panel Admin!
This guide will help you get started with Panel Admin! All the important stuff – compiling the files, structure, build tools, file includes – is documented here, but should you have any questions, always feel free to reach out to mylifedesign143@gmail.com
Panel Admin is a Static HTML Template
For the time being, we do NOT offer any tutorials or any other materials on how to integrate Panel Admin with any CMS, Web Application Frameworks (including Angular, Vue, React, etc.) or any other similar technology. However, since Panel Admin is a static HTML/CSS and JS template, then it should be compatible with any backend technology and frameworks.Development setup
To get started, you need to do the following:
- Make sure you have Node installed since Panel Admin uses npm to manage dependencies. If you don't, installing is quite easy, just visit the Node Downloads page and install it.
- Unzip your theme and open your command line, making sure your command line prompt is at the root of the unzipped theme directory.
npm install: Open your command line to the root directory of your unzipped theme and run to install all of Landkit's dependencies.gulp: Run gulp command once all dependecies installed
It's that simple! If you're not used to using terminal, don't worry, this is as advanced as it gets. If you want to kill the server and stop Webpack, just hit Control + C.