An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# [React Material Kit](https://appseed.us/apps/material-kit)

Full-Stack app with **Material Design** coded in **React**


![Material Kit React](https://github.com/app-generator/static/blob/master/products/react-express-material-kit.jpg?raw=true)


## 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**