Skip to content

Commit e2ab452

Browse files
committed
Release v2.0.4 - Bump UI Version
1 parent 8707c32 commit e2ab452

File tree

2 files changed

+37
-22
lines changed

2 files changed

+37
-22
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## [2.0.4] 2022-12-03
4+
### Changes
5+
6+
- Bump UI to v4.0.0
7+
- Rename components prefix from Sui to Soft.
8+
- Update dependencies.
9+
- Fix the peer dependencies issue.
10+
- Fix the eslint issue with react-app.
11+
- Migrate eslint config from airbnb to react-app.
12+
313
## [2.0.3] 2022-01-28
414
### Improvements
515

README.md

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
1-
# [Full-Stack Soft Dashboard PRO](https://appseed.us/product/full-stack/react-soft-dashboard)
1+
# [Full-Stack Soft Dashboard PRO](https://appseed.us/product/soft-ui-dashboard-pro/full-stack/)
22

3-
Made of hundred of elements, designed blocks, and fully coded pages, Soft UI Dashboard PRO is ready to help you create stunning websites and web apps. The product comes with a simple JWT authentication flow: **login/register/logout** powered by a [Node JS API Server](https://github.com/app-generator/api-server-nodejs-pro) (PRO version).
3+
Made of hundred of elements, designed blocks, and fully coded pages, Soft UI Dashboard PRO is ready to help you create stunning websites and web apps. The product comes with a simple JWT authentication flow: **login/register/logout** powered by a [Node JS API Server](https://github.com/app-generator/api-server-nodejs).
4+
5+
- 👉 [Full-stack Soft Dashboard PRO](https://appseed.us/product/soft-ui-dashboard-pro/full-stack/) - product page
6+
- 👉 [Full-stack Soft Dashboard PRO](https://fullstack-react-soft-dashboard.appseed-srv1.com/) - LIVE Demo
47

58
<br />
69

710
> Features
811
9-
- Premium Material UI design - Crafted by [Creative-Tim](https://bit.ly/3fKQZaL/)
10-
- React, Redux, Redux-persist
11-
- Authentication: JWT Login/Register/Logout
12-
- [Node JS API server](https://github.com/app-generator/api-server-nodejs-pro) for a complete full-stack experience
12+
- ✅ Innovative MUI Design - Crafted by [Creative-Tim](https://bit.ly/3fKQZaL)
13+
- ✅ React, Redux, Redux-persist
14+
- ✅ Authentication: JWT Login/Register/Logout
15+
- ✅ Full-stack ready using **[Node JS API Server](https://github.com/app-generator/api-server-nodejs)** (open-source project)
16+
- Features: Typescript / SQLite / TypeORM / Joy (validation) / Passport library - `passport-jwt` strategy.
1317

1418
<br />
1519

16-
> Links
17-
18-
- [Full-stack Soft Dashboard PRO](https://appseed.us/product/full-stack/react-soft-dashboard) - product page
19-
- [Full-stack Soft Dashboard PRO](https://fullstack-react-soft-dashboard.appseed-srv1.com/) - LIVE Demo
20-
- [Node JS API Server](https://github.com/app-generator/api-server-nodejs-pro) (PRO version) - the backend server
21-
- Support via **Github** (issues tracker) and [Discord](https://appseed.us/support) - LIVE Assistance
20+
![Full-Stack Soft Dashboard PRO - Premium starter provided by AppSeed and Creative-Tim.](https://user-images.githubusercontent.com/51070104/205434351-c3f7b861-0249-4f57-b5ca-048a7288e327.png)
2221

2322
<br />
2423

@@ -32,24 +31,20 @@ Made of hundred of elements, designed blocks, and fully coded pages, Soft UI Das
3231

3332
<br />
3433

35-
![Full-stack Soft Dashboard PRO - Full-stack product built in React and Node JS by AppSeed and Creative-Tim](https://user-images.githubusercontent.com/51070104/138590484-794474cc-c709-458e-8340-695743bc9788.gif)
36-
37-
<br />
38-
3934
## How to use it
4035

4136
To use the product Node JS (>= 12.x) is required and GIT to clone/download the project from the public repository.
4237

43-
> **Step #1** - Clone the project
38+
> 👉 **Step 1** - Download the product from the official page
4439
4540
```bash
46-
$ git clone https://github.com/app-generator/priv-react-soft-ui-dashboard-pro.git
47-
$ cd priv-react-soft-ui-dashboard-pro
41+
$ unzip react-soft-ui-dashboard-pro.zip
42+
$ cd react-soft-ui-dashboard-pro
4843
```
4944

5045
<br >
5146

52-
> **Step #2** - Install dependencies via NPM or yarn
47+
> 👉 **Step 2** - Install dependencies via NPM or yarn
5348
5449
```bash
5550
$ npm i
@@ -59,7 +54,17 @@ $ yarn
5954

6055
<br />
6156

62-
> **Step #3** - Start in development mode
57+
> 👉 **Step 3** - Edit the `.env` using the template `.env.sample`.
58+
59+
```env
60+
61+
REACT_APP_BACKEND_SERVER='http://localhost:5000/api/'
62+
63+
```
64+
65+
<br />
66+
67+
> 👉 **Step 4** - Start in development mode
6368
6469
```bash
6570
$ npm run start
@@ -159,4 +164,4 @@ The product is also open-source and cis already configured to work with Berry Da
159164
<br />
160165

161166
---
162-
[Full-stack Soft Dashboard PRO](https://appseed.us/product/full-stack/react-soft-dashboard) - Provided by [Creative-Tim](https://bit.ly/3fKQZaL/) and **AppSeed [App Generator](https://appseed.us/app-generator)**.
167+
[Full-Stack Soft Dashboard PRO](https://appseed.us/product/soft-ui-dashboard-pro/full-stack/) - Provided by [Creative-Tim](https://bit.ly/3fKQZaL/) and `AppSeed`.

0 commit comments

Comments
 (0)