You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 7, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# ReactJS-AdminLTE
2
2
3
-
ReactJS version of the original AdminLTE dashboard - https://github.com/almasaeed2010/AdminLTE
3
+
ReactJS version of the original AdminLTE dashboard - https://github.com/almasaeed2010/AdminLTE. This project consists of widgets, charts and other components written in ReactJS. Stylesheets are borrowed from the AdminLTE project.
4
+
5
+
If you use React in your app, you might find some of these components useful!
4
6
5
7
6
8
### UPDATES:
@@ -35,12 +37,14 @@ Will soon be populated with charts.
35
37
36
38
More stuff coming soon. Stay tuned!
37
39
40
+
##### Due to several work related commitments, the development rate is a little slow and I apologize for that. However, I'm looking for awesome folks :metal: who could contribute and help me maintain this project. If you have any queries that you may have on how to contribute, or you have just general questions about how to use the components in your app - feel free to shoot an email. I'll help you out! :smile_cat:
41
+
38
42
39
43
#### Instructions to run
40
44
41
-
- Fork or clone this repo
45
+
- Fork or clone this repo. Alternatively - if you have NPM installed, you can also do `npm install adminlte-reactjs`.
42
46
- Install nodejs and NPM
43
-
- Go to the project folder reactjs-adminlte from your terminal and run `npm install`
47
+
- Go to the project's root folder from your terminal and run `npm install`
44
48
- Run `node server.js`
45
49
- Going to [http://localhost:8000](http://localhost:8000) will render an empty dashboard skeleton in the client-side using ReactJS. Clicking on one of the dashboard options on the left pane displays the original dashboards from AdminLTE.
46
50
- Go to [http://localhost:8000/widgets.html](http://localhost:8000/widgets.html) to see available widgets in ReactJS.
For a detailed explanation on setting up a workflow using Webpack, check out my blog post - [Webpack for The Fast and The Furious](https://medium.com/@booleanhunter/webpack-for-the-fast-and-the-furious-bf8d3746adbd#.uzx2l0hy4) :-)
73
+
For a detailed explanation on setting up a workflow using Webpack, check out my blog post - [Webpack for The Fast and The Furious](https://medium.com/@booleanhunter/webpack-for-the-fast-and-the-furious-bf8d3746adbd#.uzx2l0hy4):oncoming_police_car:
70
74
71
-
This is still a work in progress and will get better over time. Will try and think of more essential features. Looking for feedback and contributions! For any discussions or queries, send an email.
75
+
This is still a work in progress and will get better over time. Will try and think of more essential features.
72
76
73
77
#### Upcoming stuff
74
78
75
79
- Re-usable chart components
76
80
- Command line options to choose between client-side rendering and server-side rendering in ReactJS
0 commit comments