https://github.com/ciusji/ryze
React Material Admin — Material-UI Dashboard Template.
https://github.com/ciusji/ryze
dashboard material-ui react
Last synced: 2 months ago
JSON representation
React Material Admin — Material-UI Dashboard Template.
- Host: GitHub
- URL: https://github.com/ciusji/ryze
- Owner: ciusji
- License: mit
- Created: 2020-08-18T07:59:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T08:39:14.000Z (over 4 years ago)
- Last Synced: 2025-02-13T03:18:45.133Z (4 months ago)
- Topics: dashboard, material-ui, react
- Language: JavaScript
- Homepage:
- Size: 277 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Ryze
> React Material Admin — Material-UI Dashboard Template.
Built with [React](https://facebook.github.io/react/), [Material-UI](https://material-ui.com), [React Router](https://reacttraining.com/react-router/).
**No jQuery and Bootstrap!** 🌈**This version uses React 16.8.6, React Router v5, MaterialUI v4, built with React Hooks and React Context (No Redux).**
## Features
- React (**16.8.6**)
- React Hooks
- React Context
- **No jQuery and Bootstrap!**
- Mobile friendly layout (responsive)
- Create-react-app under the hood
- React Router v5
- Material-UI v4
- Modular Architecture
- CSS-in-JS styles
- Webpack build
- Stylish, clean, responsive layout
- Authentication## Pages
We have implemented some basic pages, so you can see our template in action.
- Dashboard
- Typography
- Tables
- Notifications
- Charts
- Icons
- Maps
- Login
- Error## Quick Start
### 1. Get the latest version
You can start by cloning the latest version of React Dashboard on your
local machine by running:```shell
$ git clone [email protected]:ciusji/ryze.git app
$ cd app
```### 2. Run `yarn install`
This will install both run-time project dependencies and developer tools listed
in [package.json](package.json) file.### 3. Run `yarn start`
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](http://webpack.github.io/)) will recompile the
app on the fly and refresh all the connected browsers.### 4. Run `yarn build`
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!## Support
For any additional information please email [cius ji]([email protected]).
## How can I support developers?
- Star our GitHub repo :star:
- Create pull requests, submit bugs, suggest new features or documentation updates :wrench:## License
[MIT](./LICENSE.txt).