React Dashboard - isomorphic admin dashboard template (React.js, Bootstrap, Node.js, GraphQL, React Router, Babel, Webpack, Browsersync)
The React Dashboard is an “isomorphic” admin dashboard template built with React, Bootstrap, React Router, Redux, and GraphQL. It is based on Create React App and incorporates the latest industry best practices. The template offers a mobile-friendly and responsive layout, along with features such as authentication, CRUD operations examples, and a stylish and clean design. It also provides utility CSS classes for rapid development. The React Dashboard is a free version of a template that can be found on Themeforest or Wrapbootstrap, with working backend integration.
To install the React Dashboard, follow these steps:
git clone [repository URL]
yarn install
yarn dev
Set up your database and start a local server tool such as XAMPP or Openserver. Connect to the database in a file, and enable mutation. This preparation will enable you to perform CRUD operations locally.
Create a database and name it “sequelize”. Add a “posts” table to it with the same structure as shown in the provided screenshot.
Open your web app in a browser, including on mobile devices, and start using it. Any modifications made to the source files in the /src
folder will automatically trigger the module bundler (Webpack) to recompile the app and refresh all connected browsers.
For more information, refer to the getting started guide to download and run the project (Node.js >= 6.5).
The React Dashboard is an admin dashboard template built with React, Bootstrap, React Router, Redux, and GraphQL. It offers a responsive and mobile-friendly layout, along with features such as authentication and CRUD operation examples. The template is easy to install and comes with a guide to help developers get started quickly. It is a free version of a template that can be found on Themeforest or Wrapbootstrap, with working backend integration.