https://github.com/app-generator/material-kit-react
React Material Kit - Built with Automation Tools | AppSeed App Generator
https://github.com/app-generator/material-kit-react
apps appseed full-stack material-design open-source
Last synced: 7 months ago
JSON representation
React Material Kit - Built with Automation Tools | AppSeed App Generator
- Host: GitHub
- URL: https://github.com/app-generator/material-kit-react
- Owner: app-generator
- License: mit
- Created: 2019-05-27T06:03:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-03T19:24:21.000Z (about 6 years ago)
- Last Synced: 2025-03-11T05:55:54.090Z (7 months ago)
- Topics: apps, appseed, full-stack, material-design, open-source
- Language: JavaScript
- Homepage: https://appseed.us/apps/material-kit
- Size: 4.45 MB
- Stars: 18
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [React Material Kit](https://appseed.us/apps/material-kit)
Full-Stack app with **Material Design** coded in **React**

## Requirements
- [Node.js](https://nodejs.org/) >= 6.x
## Setting up for development
- clone the project: `https://github.com/app-generator/material-kit-react.git`
- change directory to this project: `cd material-kit-react`
- Default backend URL `http://127.0.0.1:3000`. This can be overwritten by updating the file: `src/views/LoginPage/LoginPage.jsx`
## Scripts
**Install Dependencies**
```bash
$ yarn
```**Start app for development**
* **Linux/MacOs**:
```yarn start```* Visit [localhost:8080](http://localhost:8080) in your browser. The `default port 8080` can be overwritten by updating the `package.json`, `scripts \ start` attribute.
**Production Build**
* **Linux/MacOs**:
`yarn build` - build the app in `build` directory
## Support
For issues and features request, use **Github** or access the [support page](https://appseed.us/support) provided by **AppSeed**
---
[React Material Kit](https://appseed.us/apps/material-kit) provided by **AppSeed**