Skip to content

Commit 7fd344e

Browse files
committed
2 parents 0710f66 + 7337328 commit 7fd344e

File tree

2 files changed

+87
-44
lines changed

2 files changed

+87
-44
lines changed

LICENSE.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License
2+
3+
Copyright (c) 2019 Flatlogic LLC.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

README.md

Lines changed: 66 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,90 @@
1-
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
1+
## React Material Template — material admin dashboard template
2+
Built with [React](https://facebook.github.io/react/), [Material-UI](https://material-ui.com), [React Router](https://reacttraining.com/react-router/), [Redux](http://redux.js.org/)
23

3-
## Available Scripts
4+
[Demo](https://flatlogic.github.io/react-material-template/). Use any credentials to get in.
45

5-
In the project directory, you can run:
6+
![image](https://user-images.githubusercontent.com/24964748/55800639-df780300-5adc-11e9-84b7-7c2437088516.png)
67

7-
### `npm start`
88

9-
Runs the app in the development mode.<br>
10-
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
9+
## Features
10+
* React
11+
* Mobile friendly layout (responsive)
12+
* Create-react-app under the hood
13+
* React Router
14+
* Material-UI
15+
* Modular Architecture
16+
* CSS-in-JS styles
17+
* Webpack build
18+
* Stylish, clean, responsive layout
19+
* Authentication
1120

12-
The page will reload if you make edits.<br>
13-
You will also see any lint errors in the console.
21+
## Pages
22+
We have implemented some basic pages, so you can see our template in action.
1423

15-
### `npm test`
24+
* Dashboard
25+
* Typography
26+
* Tables
27+
* Notifications
28+
* Charts
29+
* Icons
30+
* Maps
31+
* Login
32+
* Error
1633

17-
Launches the test runner in the interactive watch mode.<br>
18-
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
34+
## Quick Start
1935

20-
### `npm run build`
36+
#### 1. Get the latest version
2137

22-
Builds the app for production to the `build` folder.<br>
23-
It correctly bundles React in production mode and optimizes the build for the best performance.
24-
25-
The build is minified and the filenames include the hashes.<br>
26-
Your app is ready to be deployed!
27-
28-
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
29-
30-
### `npm run eject`
31-
32-
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
38+
You can start by cloning the latest version of React Dashboard on your
39+
local machine by running:
3340

34-
If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
41+
```shell
42+
$ git clone https://github.com/flatlogic/react-material-template.git MyApp
43+
$ cd MyApp
44+
```
3545

36-
Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
46+
#### 2. Run `yarn install`
3747

38-
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
48+
This will install both run-time project dependencies and developer tools listed
49+
in [package.json](package.json) file.
3950

40-
## Learn More
51+
#### 3. Run `yarn start`
4152

42-
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
53+
Runs the app in the development mode.
4354

44-
To learn React, check out the [React documentation](https://reactjs.org/).
55+
Open http://localhost:3000 to view it in the browser. Whenever you modify any of the source files inside the `/src` folder,
56+
the module bundler ([Webpack](http://webpack.github.io/)) will recompile the
57+
app on the fly and refresh all the connected browsers.
4558

46-
### Code Splitting
59+
#### 4. Run `yarn build`
4760

48-
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
49-
50-
### Analyzing the Bundle Size
51-
52-
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
53-
54-
### Making a Progressive Web App
61+
Builds the app for production to the build folder.
62+
It correctly bundles React in production mode and optimizes the build for the best performance.
5563

56-
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
64+
The build is minified and the filenames include the hashes.
65+
Your app is ready to be deployed!
5766

58-
### Advanced Configuration
67+
## Support
68+
For any additional information please refer to [Flatlogic homepage](https://flatlogic.com).
5969

60-
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
70+
## How can I support developers?
71+
- Star our GitHub repo :star:
72+
- [Tweet about it](https://twitter.com/intent/tweet?text=Amazing%20dashboard%20built%20with%20NodeJS,%20React%20and%20Bootstrap!&url=https://github.com/flatlogic/react-material-template&via=flatlogic).
73+
- Create pull requests, submit bugs, suggest new features or documentation updates :wrench:
74+
- Follow [@flatlogic on Twitter](https://twitter.com/flatlogic).
75+
- Subscribe to Flatlogic newsletter at [flatlogic.com](https://flatlogic.com/)
76+
- Like our page on [Facebook](https://www.facebook.com/flatlogic/) :thumbsup:
6177

62-
### Deployment
78+
## More from Flatlogic
79+
- [Awesome Bootstrap Checkboxes & Radios](https://github.com/flatlogic/awesome-bootstrap-checkbox) - ✅ Pure css way to make inputs look prettier
80+
- [React Native Starter](https://github.com/flatlogic/react-native-starter) - 🚀 A powerful react native starter template that bootstraps development of your mobile application
81+
- [React Dashboard](https://github.com/flatlogic/react-dashboard) - 🔥 React Dashboard - isomorphic admin dashboard template with GraphQL
82+
- [Sing App](https://github.com/flatlogic/sing-app) - 💥 Free and open-source admin dashboard template built with Bootstrap 4
83+
- [Light Blue Dashboard](https://github.com/flatlogic/light-blue-dashboard) - 💦 Free and open-source admin dashboard template built with Bootstrap
6384

64-
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
85+
## Premium themes
86+
Looking for premium themes and templates? Check out more [admin dashboard templates at flatlogic.com](https://flatlogic.com/admin-dashboards).
6587

66-
### `npm run build` fails to minify
88+
## License
6789

68-
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
90+
[MIT](https://github.com/flatlogic/react-material-dashboard/blob/master/LICENSE.txt).

0 commit comments

Comments
 (0)