/front

Primary LanguageJavaScriptOtherNOASSERTION

Material-UI & ReactJS based Landing Pages Kit made with Material UI's components, React. It supports create-react-app build-tools (react-scripts), NextJS, GatsbyJS and Typescript to boost your app development process! A professional React Kit that comes with plenty of ready-to-use Material-UI components that will help you to build faster & beautiful fontend pages. Each component is fully customizable, responsive and easy to integrate.

Built with

  • React
  • Material-UI
  • React Scripts
  • NextJS
  • GatsbyJS
  • Typescript
  • Figma & Sketch

Features

theFront landing page examples can be used out of the box, but since they’re built on flexible components, you can also create new pages all your own with ease. Copy-paste a section here, a component there, switch up a few variables, and you have an entirely new landing!

  • More than 45 pages
  • 300+ component reusable compositions
  • 30+ stand-alone components created by following the Atomic Design Methodology
  • create-react-app & react-scripts support
  • NextJS and server side rendering support
  • GatsbyJS and server side rendering support
  • Typescript support
  • Dark mode support
  • Image lazy loading support
  • Animated sections on scroll
  • Swiper support
  • Fully responsive on all modern browsers
  • Figma and Sketch design files (available in Standard Plus & Extended licences)
  • Rich documentation with code samples and parameters/options
  • Free customer support
  • Free updates

Learn more

Design Highlights

theFront was designed as a rich system from the start, which is reflected in both the end result and the original design.

  • 15 Figma and Sketch files are available
  • Beautiful, modern style flexible enough to suit most brands
  • All images are included with a free-to-use license
  • Icon set provided by Font Awesome Kit

The following are the pages that have Figma and Sketch design implementation:

Folder structure

In the root folder there are 4 folders:

  • pages The NextJS & GatsbyJS pre-rendered pages are located under this folder. If you are not using NextJS or GatsbyJS you may delete or ignore the pages folder
  • plugins The GatsbyJS custom plugins are located under this folder. If you are not using GatsbyJS you may delete or ignore the plugins folder
  • public Here are the public assets, images and index.html file. Note that you don't need index.html file if you are using NextJS or GatsbyJS versions. Also note, that when running GatsbyJS build scripts the index.html file will be overwritten. If you want to recover the file copy the content of _index.html and past into index.html
  • src Here is the main business logic of the theme.
  • |----assets
  • |----common
  • |----components The reusable and stand-alone components are stored here, by following Atomic Design Methodology
  • |----|----atoms These are small functional components that are not using any other atomic components
  • |----|----molecules Tese are those functional components which have dependencies from other atoms
  • |----|----organisms These are the functional components that are using other molecules and atoms
  • |----layouts
  • |----|----Main The main layout: header navigation, the main container and footer part
  • |----|----Minimal The minimal layout
  • |----theme In this folder there are overrides of the default color palette and typography coming from MUI
  • |----views All the views/pages that are available. Here are the combination and composition of re-usable components and pages representations.
  • |----App.js This is the main starting point file, which instantiates React router and renders the application views. If you are not using react-scripts you may delete or ignore the App.js file
  • |----serviceWorker.js React Scripts specific file. If you are not using react-scripts you may delete or ignore the serviceWorker.js file

Quick start with React Scripts

  • Install dependencies: npm install
  • Start the server: npm run start
  • Build on production: npm run build

Quick start with Pre-rendered version NextJS

  • Install dependencies: npm install
  • Start the server: npm run nextjs:dev
  • Build on production: npm run nextjs:build

Quick start with Pre-rendered version GatsbyJS

  • Install dependencies: npm install
  • Start the server: npm run gatsbyjs:develop
  • Build on production: npm run gatsbyjs:build (Built files are in dist folder)

Instalation of images

In order to not overload the theme size with the static images we hosted them into a different git repository and put them as a dependency of the theme which is being installed when doing npm i and being copied from node_modules into the public/assets/images folder during npm postinstall The images will be deleted from public/assets/images folder and will be fetched again from remote git repository every time you do npm i

First you need to do the following, before starting to modify/customize the theme and also images based on your app/business needs:

  • Download images manually from https://github.com/gevorgmakaryan/thefront-assets
  • Copy the images folder and paste into the public/assets folder
  • Remove the public/assets/images in .gitignore file
  • Open the package.json file and remove assets and postinstall scripts
  • Remove thefront-assets from the dependencies in package.json file

MUI Documentation

The full documentation for the React Material Kit can be found here.

Free Updates and Support

No matter how well documented and built something is, sometimes you just need a little help! That’s why we make ourselves available to help you anytime, just contact our support email. We’re also planning tons of updates! In addition to keeping theFront up to date with Material UI's core and any necessary patches, we’ll be adding new features regularly over the coming months!

Contact Us