# Starter-kit vs Full Package

# Starter-kit

Starter-kit is a minimal template from where you can start your project quickly instead of removing stuff that isn't needed. Below are quick notes on the starter-kit:

  • No i18n
  • Simple Navbar
  • Four pages (Two sample pages + 404 + Login)
  • Customizer (disabled)
  • No Axios

Use it if you don't want to clutter your project with extra libs which aren't required. You still need to streamline all the dependencies from package.json file. We have taken care of cleaning up unnecessary code . You can just copy components from full version into the starter kit and it should work 😍.

TIP

Use starter-kit to provide reproduction steps if you raise any technical issue on GitHub.

# Full Package

This setup has all the things which you can see in the live demo except for that red Buy Now button 😅.

With this, you have to remove things that you don't use or replace them with your content.

# Conclusion

According to us, starter-kit is easy to get started with minimal setup and our folder and code structure will help you add libs support in starter-kit more easily than ever. Still, if your project becomes easy with the full package, go for it.

WARNING

Please make sure to copy required images from the full version if you copy content from the full version to the starter-kit.

Last Updated: 5/16/2022, 4:13:01 PM