Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/katopz/create-react-app-material-ui
Simple Create React App with Material-UI form submit example
https://github.com/katopz/create-react-app-material-ui
material-design material-ui react reactjs
Last synced: 25 days ago
JSON representation
Simple Create React App with Material-UI form submit example
- Host: GitHub
- URL: https://github.com/katopz/create-react-app-material-ui
- Owner: katopz
- License: mit
- Archived: true
- Created: 2017-07-05T08:10:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-08T12:49:56.000Z (about 2 years ago)
- Last Synced: 2024-08-04T01:04:58.142Z (4 months ago)
- Topics: material-design, material-ui, react, reactjs
- Language: JavaScript
- Homepage: https://medium.com/@katopz/react-material-ui-example-3f534def1e23
- Size: 2.32 MB
- Stars: 22
- Watchers: 3
- Forks: 19
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-material-ui - Create-react-app-material-ui - Simple Create React App with Material-UI form submit example. (Boilerplates)
README
# create-react-app-material-ui
Simple Create React App with Material-UI form submit example![image](https://user-images.githubusercontent.com/97060/27855449-ceb1c5d0-6194-11e7-9da1-9a9cfe3bd1c1.png)
## Features
- [x] [Create React App](https://github.com/facebookincubator/create-react-app).
- [x] [material-ui](https://github.com/callemall/material-ui)
- [x] [Roboto Fonts](https://www.npmjs.com/package/typeface-roboto)## Setup
```
yarn install
```
## Develop
```
yarn start
```