Skip to content

Commit f38a196

Browse files
author
App Generator
committed
Release v2.0.5 - Fixes & Docker
1 parent ab3a7d2 commit f38a196

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff 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 >

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)