File tree Expand file tree Collapse file tree 3 files changed +29
-1
lines changed Expand file tree Collapse file tree 3 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 2.0.5] 2021-11-16
4
+ ### Improvements
5
+
6
+ - Added Docker Support
7
+ - Fixes:
8
+ - Logout over Flask API Server
9
+
3
10
## [ 2.0.4] 2021-10-11
4
11
### Improvements
5
12
Original file line number Diff line number Diff line change @@ -22,6 +22,27 @@ Start your Development with an Innovative Admin Template for **Material-UI** and
22
22
23
23
<br />
24
24
25
+ ## Quick Start in [ Docker] ( https://www.docker.com/ )
26
+
27
+ > Get the code
28
+
29
+ ``` bash
30
+ $ git clone https://github.com/app-generator/react-soft-ui-dashboard.git
31
+ $ cd react-soft-ui-dashboard
32
+ ```
33
+
34
+ > Start the app in Docker
35
+
36
+ ``` bash
37
+ $ docker-compose pull # download dependencies
38
+ $ docker-compose build # local set up
39
+ $ docker-compose up # start the app
40
+ ```
41
+
42
+ The React UI starts on port ` 3000 ` and expects an API server on port ` 5000 ` (saved in configuration).
43
+
44
+ <br />
45
+
25
46
![ React Soft Dashboard - Open-source full-stack product] ( https://user-images.githubusercontent.com/51070104/136687466-1dfeeb6b-d474-45df-879b-0857b27eb615.gif )
26
47
27
48
<br >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-soft-ui-dashboard" ,
3
- "version" : " 2.0.4 " ,
3
+ "version" : " 2.0.5 " ,
4
4
"private" : true ,
5
5
"author" : " Creative Tim & AppSeed" ,
6
6
"license" : " See license in https://www.creative-tim.com/license" ,
You can’t perform that action at this time.
0 commit comments