Starter kit overview
Starterkit
Starter Kit is slightest template of a projects from where you can start your project for web development built instead of using full version of Limitless.
Using starter-kit is more convenient if you don't want to waste your time and shoot trouble on project with extra libs which aren't required. We already cleaned up unnecessary code and pluggins. So, You can use the code directly by Copying it.
├── Admin ├── public ├── favicon.icon ├── index.html ├── logo192.png ├── logo512.png ├── manifest.json └── robots.txt ├── src ├── assets ├── css ├── fonts ├── icons ├── images ├── scss ├── _bootstrap ├── bootstrap_limitless ├── compile ├── layout ├── layouts ├── shared ├── utils ├── variables └── vendor └── animate.min.css ├── common ├── Components ├── common └── constants ├── helpers ├── Layouts ├── VerticalLayouts └── NonAuthLayout ├── pages ├── Routes ├── store ├── App.css ├── App.js ├── App.test.js ├── config.js ├── index.css ├── index.js ├── logo.svg ├── reportWebVitals.js └── setupTests.js ├── .env ├── .gitignore ├── package-lock.json ├── package.json └── README.md
Admin- Full Package
Admin contains whole content which is displayed on browser.
An admin is a permission to manage a system. Where you can include or remove any part according to your preferances from the Limitless and use it directly in your product.
StarterKit only provides instruction and Admin provides fully featured web content.