Sofia React Template

Free and open-source admin dashboard template built with React v17.0.1 and Bootstrap v4.6.

This dashboard is an initial version (containing only few components) of our future release of Sofia React Admin. It is built on the top of React 17, so it well supported along the web. You can easy customize template by changing SCSS variables. All paddings and colors are in _variables.scss file.

2021-05-26-at-13.14.47-1024x595

Features

Sofia React Template is a great template to quick-start development of SAAS, CMS, IoT Dashboard, E-Commerce apps, etc. Lite version of a Sofia React includes following features and pages:

  • React v17
  • Bootstrap v4.6 & SCSS
  • React Router v5
  • React Hooks
  • Mobile friendly responsive layout
  • Recharts and Apexcharts chart libraries
  • Simple login / logout
  • Error page
  • Styled Bootstrap components like buttons, badges, labels, etc
  • Create-react-app under the hood

2021-05-26-at-13.15.29-1024x594

Pages

We have implemented some basic pages, so you can see our template in action.

  • Dashboard sample
  • Typography page
  • Tables page
  • Notifications page
  • Charts page
  • Icons page
  • Map page
  • Login page
  • Register page
  • Error page

2021-05-26-at-13.15.17-1024x596

Quick Start

1. Get the latest version

You can start by cloning the latest version of Sofia React Template on your local machine by running:

$ git clone https://github.com/flatlogic/sofia-react-template.git
$ cd path/to/app

2. Run yarn install

This will install both run-time project dependencies and developer tools listed
in package.json file.

3. Run yarn start

Runs the app in the development mode.

Open http://localhost:3000 to view it in the browser. Whenever you modify any of the source files inside the /src folder,
the module bundler (Webpack) will recompile the
app on the fly and refresh all the connected browsers.

4. Run yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!