All Projects → flatlogic → React Dashboard

flatlogic / React Dashboard

Licence: mit
🔥React Dashboard - isomorphic admin dashboard template (React.js, Bootstrap, Node.js, GraphQL, React Router, Babel, Webpack, Browsersync) 🔥

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Dashboard

React Redux Graphql Apollo Bootstrap Webpack Starter
react js + redux + graphQL + Apollo + react router + hot reload + devTools + bootstrap + webpack starter
Stars: ✭ 127 (-89.98%)
Mutual labels:  graphql, webpack, bootstrap, react-router, react-router-v4
React Bootstrap Webpack Starter
ReactJS 16.4 + new React Context API +react Router 4 + webpack 4 + babel 7+ hot Reload + Bootstrap 4 + styled-components
Stars: ✭ 103 (-91.88%)
Mutual labels:  webpack, bootstrap, react-router, react-router-v4, react-bootstrap
Frontie Webpack
Front-end Boilerplate | Gulp 4 + Webpack 4 + Babel + ITCSS Architecture + BEM Methodology + Twig.js
Stars: ✭ 102 (-91.96%)
Mutual labels:  webpack, bootstrap, sass, browsersync
Monitaure
🔔 A server uptime monitoring progressive web application - NO LONGER MAINTAINED
Stars: ✭ 135 (-89.35%)
Mutual labels:  webpack, sass, dashboard, react-router
React Redux Antdesign Webpack Starter
react + redux + ant design + react-router 4 + webpack 4 starter
Stars: ✭ 44 (-96.53%)
Mutual labels:  webpack, sass, react-router, react-router-v4
Kirby Webpack
💪 A Kirby CMS starter-kit with modern frontend tools
Stars: ✭ 150 (-88.17%)
Mutual labels:  webpack, hmr, sass, browsersync
React Study
渐进式学习React生态圈
Stars: ✭ 548 (-56.78%)
Mutual labels:  webpack, hmr, react-router
React Webpack Typescript Starter
Minimal starter with hot module replacement (HMR) for rapid development.
Stars: ✭ 632 (-50.16%)
Mutual labels:  webpack, hmr, sass
Bathe
The simplest WordPress starter theme including full setup for Sass, PostCSS, Autoprefixer, stylelint, Webpack, Eslint, imagemin, Browsersync, etc.
Stars: ✭ 65 (-94.87%)
Mutual labels:  webpack, sass, browsersync
Staradmin Free Bootstrap Admin Template
A Free Responsive Admin Dashboard Template Built With Bootstrap 4. Elegant UI Theme for Your Web App!
Stars: ✭ 1,191 (-6.07%)
Mutual labels:  bootstrap, sass, dashboard
React Starter Kit
React Starter Kit — front-end starter kit using React, Relay, GraphQL, and JAM stack architecture
Stars: ✭ 21,060 (+1560.88%)
Mutual labels:  graphql, webpack, browsersync
Wordpress Starter
📦 A starter template for WordPress websites
Stars: ✭ 26 (-97.95%)
Mutual labels:  webpack, sass, browsersync
Sing App
💥Free and open-source admin dashboard template built with Bootstrap 4.5 💥
Stars: ✭ 1,187 (-6.39%)
Mutual labels:  bootstrap, sass, dashboard
React Seed
UruIT's react seed project
Stars: ✭ 67 (-94.72%)
Mutual labels:  webpack, sass, react-router-v4
Tabler
Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap
Stars: ✭ 24,611 (+1840.93%)
Mutual labels:  bootstrap, sass, dashboard
React Ssr Setup
React Starter Project with Webpack 4, Babel 7, TypeScript, CSS Modules, Server Side Rendering, i18n and some more niceties
Stars: ✭ 678 (-46.53%)
Mutual labels:  webpack, hmr, react-router
Ngx Admin
Customizable admin dashboard template based on Angular 10+
Stars: ✭ 23,286 (+1736.44%)
Mutual labels:  webpack, sass, dashboard
Learningprocess
💥 本仓库用于记录我的学习历程和学习笔记
Stars: ✭ 31 (-97.56%)
Mutual labels:  webpack, bootstrap, sass
Webpack React
📦 A sample project to demonstrate bundling ES6, React, SASS and Bootstrap with Webpack
Stars: ✭ 36 (-97.16%)
Mutual labels:  webpack, bootstrap, sass
Tabler Rubygem
Rubygem for https://tabler.github.io
Stars: ✭ 77 (-93.93%)
Mutual labels:  bootstrap, sass, dashboard

React Dashboard — "isomorphic" admin dashboard template

built with React, Bootstrap, React Router, Redux and GraphQL based on Create React App and latest industry best practices.

View Demo | Download | More templates | Support forum

react-dashboard

This seed project is a sort of a free version of a template that may be found on Themeforest or Wrapbootstrap with working backend integration. You may use it to bootstrap the development of your next web app.

Features

  • React
  • Mobile friendly layout (responsive)
  • React Router
  • Bootstrap3
  • GraphQL
  • Nodejs backend inegration
  • Sass styles
  • Stylish, clean, responsive layout
  • Lots of utility css classes for rapid development (flatlogic css set)
  • Authentication
  • CRUD operations examples

Quick Start

1. Get the latest version

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

$ git clone -o react-dashboard -b master --single-branch \
      https://github.com/flatlogic/react-dashboard.git MyApp
$ cd MyApp

2. Run yarn install

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

3. Run yarn dev

This command will start the app with simultaneously with express server, set up your database, start local server XAMPP, opensever, or other tool to start database, connect to it in file

src > data > sequelize.js.

Also go to

src > data > schema.js 

and enable mutation. This preparation will enable to realize CRUD operations locally

4. How to create db

Create db. For instance name it "sequelize" and add posts table to it, your table should have same structure as you can see on the screenshot
table structure

http://localhost:3000/ — Node.js server
http://localhost:3000/graphql — GraphQL server and IDE

Now you can open your web app in a browser, on mobile devices and start hacking. 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.

For more info please refer to getting started guide to download and run the project (Node.js >= 6.5)

Support

For any additional information please go to our support forum and raise your questions or feedback provide there. We highly appreciate your participation!

How can I support developers?

Premium themes

Looking for premium themes and templates? Check out more admin dashboard templates at flatlogic.com.

License

MIT and another MIT from RSK.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].