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 11# Change Log
22
3+ ## [ 2.0.5] 2021-11-16
4+ ### Improvements
5+
6+ - Added Docker Support
7+ - Fixes:
8+ - Logout over Flask API Server
9+
310## [ 2.0.4] 2021-10-11
411### Improvements
512
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
2222
2323<br />
2424
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+
2546![ React Soft Dashboard - Open-source full-stack product] ( https://user-images.githubusercontent.com/51070104/136687466-1dfeeb6b-d474-45df-879b-0857b27eb615.gif )
2647
2748<br >
Original file line number Diff line number Diff line change 11{
22 "name" : " react-soft-ui-dashboard" ,
3- "version" : " 2.0.4 " ,
3+ "version" : " 2.0.5 " ,
44 "private" : true ,
55 "author" : " Creative Tim & AppSeed" ,
66 "license" : " See license in https://www.creative-tim.com/license" ,
You can’t perform that action at this time.
0 commit comments