Boss Lite is admin dashboard template based on React and Redux. It provides you clean modern design and high performance react app with various color theme. This template has been built to makes the development process easy and fast for you, which is supported by material-ui v1.x, jss (css in js), immutable js, webpack, ssr (server side rendering), npm modern workflow and flexible layout with flexbox.
- Built with one of most popular javascript library React.JS and Redux
- Use Google Material Design and Icons
- Easy to manage data collection with immutable.js
- Written in ES6 / ES 2015
- Responsive design
- High performance with SSR (server side rendering) and JSS (CSS in JS)
- Clean code maintained by eslint
- 25+ reusable react components and modules
- Clone this project
- Install module dependencies by run this script in terminal
npm install
- After finish downloading, then run the app.
npm run dev
- Navigate to http://localhost:8080
- Open
src/app/config/environment.js
- Set production
production: { isProd: true }
- Then run
npm run prod
- If you're running in development mode, please stop development first
To make documenation easy and effective to access and implement, we attached source code in every component demos. We call it Direct Code Preview. This feature can be used in purchased product only (not available in demo).
- Open config file
src/app/config/codePreview.js
- By default set by false
- Change to
enable: true
, to enabled direct code preview - Test with any component demo, example in http://localhost:8080/app/tables/advanced-table.
- Then at the bottom of every components you will see <> Show Code Button. Just click it.
- The source code of that components will show as well.
- You can see through, copy and paste directly any component in front of your eyes.
This project is licensed under the terms of the MIT license.