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 functional components
- 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
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
This will install both run-time project dependencies and developer tools listed in package.json file.
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.
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!