Skip to content

Commit ab7e109

Browse files
committed
UPD - Argon Dashboard MUI
1 parent e077564 commit ab7e109

File tree

1 file changed

+70
-33
lines changed

1 file changed

+70
-33
lines changed

docs/content/react-template/argon-dashboard-mui.mdx

Lines changed: 70 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -8,54 +8,87 @@ sidebar_label: Argon Dashboard MUI
88
<SubHeading>Free Dashboard Template for React and MUI, crafted by Creative-Tim</SubHeading>
99

1010
Open-source **React Template** project crafted on top of **MUI**, actively supported and versioned by [Creative-Tim](https://www.creative-tim.com/?AFFILIATE=128200).
11+
It is open-source, free and it features many components that can help you create amazing websites.
1112

1213
- 👉 [Argon Dashboard MUI](https://www.creative-tim.com/product/argon-dashboard-material-ui-v4?AFFILIATE=128200) - `Product page`
1314
- 👉 [Argon Dashboard MUI](https://demos.creative-tim.com/argon-dashboard-material-ui-v4/#/admin/index?AFFILIATE=128200) - `LIVE Demo`
1415

1516
:::info **v3.0.0** - Release date `2022-06-24`
1617
:::
1718

19+
<br />
20+
21+
> **Features**
22+
23+
- ✅ Pixel-perfect `MUI` Design
24+
- ✅ 100+ UI Components
25+
- ✅ 6 Sample pages
26+
- ✅ 4 Customized plugins
27+
- ✅ Community Support
28+
29+
![React Material UI - Free Dashboard Template crafted by Creative-Tim](https://github.com/app-generator/dummy/assets/51070104/e3d573b0-9d9f-4167-ba65-a1d98bb875ea)
30+
31+
<br />
32+
1833
## Product Information
1934

20-
Argon dashboard MUI is a free, open-source dashboard that is built on top of ReactJS and Material UI. It is highly customizable, and it comes with a wide range of fully coded components that can be used to create admin dashboards, user signup and sign-in pages, and profile pages. Argon dashboard MUI is a great option for developers who are looking for a powerful and versatile dashboard that is easy to use and highly customizable.
35+
Argon dashboard MUI is a free, open-source dashboard that is built on top of ReactJS and Material UI.
36+
It is highly customizable, and it comes with a wide range of fully coded components that can be used to create admin dashboards, user signup and sign-in pages, and profile pages.
37+
Argon dashboard MUI is a great option for developers who are looking for a powerful and versatile dashboard that is easy to use and highly customizable.
38+
39+
<br />
2140

2241
## What is MUI
2342

24-
MUI stands for Material UI. It is a popular open-source React UI library that provides a wide range of pre-built components that can be used to create beautiful and functional user interfaces. MUI is based on Google's Material Design guidelines, which means that it provides a consistent and cohesive look and feel across your application.
43+
MUI stands for Material UI. It is a popular open-source React UI library that provides a wide range of pre-built components that can be used to create beautiful and functional user interfaces.
44+
MUI is based on Google's Material Design guidelines, which means that it provides a consistent and cohesive look and feel across your application.
2545

2646
MUI is easy to use and can be integrated with any React project. It is also highly customizable, so you can easily change the look and feel of your application to match your brand or style.
2747

48+
<br />
49+
2850
## How to Compile
51+
2952
To make use of this template, you need git installed, NodeJs (preferably a recent version) and an active internet connection
3053

31-
- Clone the repository
54+
> **Clone the repository**
55+
3256
```bash
3357
$ git clone https://github.com/creativetimofficial/argon-dashboard-material-ui
3458
$ cd argon-dashboard-material-ui
3559
```
3660

37-
- Install all the project dependencies
38-
- Using NPM
39-
```bash
40-
argon-dashboard-material-ui$ npm install
41-
```
42-
- Using Yar
43-
```bash
44-
argon-dashboard-material-ui$ yarn
45-
```
46-
47-
- After all project dependencies have been installed, you can run the project by executing the command
61+
> **Install** all the project **dependencies**
62+
63+
- Using NPM
64+
```bash
65+
$ npm install
66+
```
67+
68+
- Using Yar
69+
4870
```bash
49-
argon-dashboard-material-ui$ npm start # for NPM
50-
argon-dashboard-material-ui$
51-
argon-dashboard-material-ui$
52-
argon-dashboard-material-ui$ yarn start # for yarn
71+
$ yarn
72+
```
73+
74+
> **Start for development**
75+
76+
After all project dependencies have been installed, you can run the project by executing the command
77+
78+
```bash
79+
$ npm start # for NPM
80+
// OR
81+
$ yarn start # for yarn
5382
```
5483

5584
The web server will be started on port `3000`. If the webpage does not open automatically on your browser, visit [`http://localhost:3000`](http://localhost:3000)
5685

57-
## Integrate Docker
58-
- Create a file named `Dockerfile` that would hold the instructions to run the application container and add the following commands
86+
<br />
87+
88+
## Integrate `Docker`
89+
90+
> Create a file named `Dockerfile` that would hold the instructions to run the application container and add the following commands:
91+
5992
```
6093
# Dockerfile
6194
FROM node:18-alpine
@@ -72,7 +105,8 @@ COPY . .
72105
CMD ["npm", "start"]
73106
```
74107

75-
- Create a file `docker-compose.yml` that contains information about the container
108+
> Create a file `docker-compose.yml` that contains information about the container
109+
76110
```yaml
77111
# docker-compose.yml
78112
version: '3'
@@ -97,28 +131,27 @@ node_modules
97131
```bash
98132
argon-dashboard-material-ui$ docker-compose up
99133
```
100-
After the command executes completely and the container is built, view the application on [http://localhost:3000](http://localhost:3000) using your browser. If the port number was changed, use the new port number to access the application
134+
After the command executes completely and the container is built, view the application on [http://localhost:3000](http://localhost:3000) using your browser.
135+
If the port number was changed, use the new port number to access the application
101136

102-
## Deploy on Render via CI/CD
103-
Render is a cloud hosting company that provides developers with a fully managed platform to build, deploy, and scale their web applications. Render offers a pay-as-you-go pricing model and a wide range of features. Render is a good choice for developers who want a reliable, scalable, and affordable cloud hosting platform.
137+
## Deploy on `Render` via CI/CD
138+
139+
Render is a cloud hosting company that provides developers with a fully managed platform to build, deploy, and scale their web applications.
140+
Render offers a pay-as-you-go pricing model and a wide range of features. Render is a good choice for developers who want a reliable, scalable, and affordable cloud hosting platform.
104141

105142
Before deploying the web application on render, you need the repository saved on your profile. Forking the repository on GitHub gives you a copy you have read and write access
106143

107144
- Create an account on [Render](https://render.com/)
108-
109145
- Click the `New` button and select `Static Site`
110-
111146
- Give render access to your GitHub repositories, and select the forked repository from the list of repositories
112-
113147
- Select a name for your web application, and use the following values during the creation
114-
115148
- **Build Command**: `yarn build`
116149
- **Publish directory**: `build`
117-
118150
- Click on `Create Static Site` and wait for the site to be built and served.
119-
120151
- The URL to the web application is found on the application dashboard, follow the link to see the deployed site
121152

153+
<br />
154+
122155
## Screen Shots
123156

124157
![Argon Dashboard 2 React - Homepage](https://github.com/app-generator/dummy/assets/57325382/755068e1-d9a6-42f0-a0be-d7fc940ce494)
@@ -142,9 +175,13 @@ Before deploying the web application on render, you need the repository saved on
142175
<br />
143176

144177
## Resources
178+
145179
This template can be used to speed up the development process by leveraging MUI and removing the hassle of coding components from scratch.
146180

147-
- Argon Dashboard MUI [documentation](https://www.creative-tim.com/learning-lab/material-ui/overview/argon-dashboard/)
148-
- Render deploy [Create React App](https://render.com/docs/deploy-create-react-app)
181+
- Argon Dashboard MUI [documentation](https://www.creative-tim.com/learning-lab/material-ui/overview/argon-dashboard/?AFFILIATE=128200)
149182
- Free [React Dashboards](https://dev.to/sm0ke/react-dashboards-open-source-apps-1c7j) - a curated list published on Dev
150-
- [Open-source Dashboards](https://appseed.us/admin-dashboards/open-source) provided by AppSeed&#x20;
183+
- 🚀 [Argon Dashboard MUI PRO](https://www.creative-tim.com/product/argon-dashboard-material-ui-v4?AFFILIATE=128200) - `Premium Version`
184+
- ✅ `Enhanced UI` - more pages and components
185+
- ✅ `Priority` on support
186+
187+
![React Material UI PRO - Premium Dashboard Template crafted by Creative-Tim](https://github.com/app-generator/dummy/assets/51070104/81fa508d-90b1-4da4-bc0b-45b22c5de7bd)

0 commit comments

Comments
 (0)