Dike Demo is a front-end demonstration for the paper "How Good is the Distributed Databases in Supporting Transaction Processing.
It is forked from material-kit-react. Dike Demo listen to the backend service on localhost:4000
. Please refer to the back-end project for the complete user experience of dike demonstration.
-
Make sure your NodeJS and npm versions are up to date for
React 17
-
Install dependencies:
npm install
oryarn
-
Start the server:
npm run dev
oryarn dev
-
Views are on:
localhost:3000
Within the download you'll find the following directories and files:
material-kit-react
┌── .eslintrc.json
├── .gitignore
├── jsconfig.json
├── LICENSE.md
├── package.json
├── README.md
├── public
└── src
├── components
├── dashboard
├── theme
└── pages
├── 404.js
├── _app.js
├── configuration.js
├── histories.js
├── index.js
├── log.js
└── result.js
- Licensed under MIT (https://github.com/devias-io/react-material-dashboard/blob/master/LICENSE.md)
- Email Us: huiddongzhang@gmail.com