@@ -45,7 +45,7 @@ Start your Development with an Innovative Admin Template for **Material-UI** and
4545
4646To use the product Node JS (>= 12.x) is required and GIT to clone/download the project from the public repository.
4747
48- ** Step #1 ** - Clone the project
48+ > 👉 ** Step #1 ** - Clone the project
4949
5050``` bash
5151$ git clone https://github.com/app-generator/react-soft-ui-dashboard.git
@@ -54,7 +54,7 @@ $ cd react-soft-ui-dashboard
5454
5555<br >
5656
57- ** Step #2 ** - Install dependencies via NPM or yarn
57+ > 👉 ** Step #2 ** - Install dependencies via NPM or yarn
5858
5959``` bash
6060$ npm i
6464
6565<br />
6666
67- ** Step #3 ** - Start in development mode
67+ > 👉 ** Step #3 ** - Start in development mode
6868
6969``` bash
7070$ npm run start
@@ -78,7 +78,7 @@ $ yarn start
7878
7979The product comes with a usable JWT Authentication flow that provides only the basic requests: login/logout/register.
8080
81- ** API Server URL** - ` src/config/constant.js `
81+ > 👉 ** API Server URL** - ` src/config/constant.js `
8282
8383``` javascript
8484const config = {
@@ -89,7 +89,7 @@ const config = {
8989
9090<br />
9191
92- ** API Server Descriptor** - POSTMAN Collection
92+ > 👉 ** API Server Descriptor** - POSTMAN Collection
9393
9494The API Server signature is provided by the [ Unified API Definition] ( https://docs.appseed.us/boilerplate-code/api-unified-definition )
9595
@@ -118,28 +118,28 @@ The product is also open-source and is already configured to work with Berry Das
118118
119119### Compile the API Server
120120
121- ** Step #1 ** - Clone the project
121+ > 👉 ** Step #1 ** - Clone the project
122122
123123``` bash
124124$ git clone https://github.com/app-generator/api-server-nodejs.git
125125$ cd api-server-nodejs
126126```
127127
128- ** Step #2 ** - Install dependencies via NPM or Yarn
128+ > 👉 ** Step #2 ** - Install dependencies via NPM or Yarn
129129
130130``` bash
131131$ npm i
132132// OR
133133$ yarn
134134```
135135
136- ** Step #3 ** - Run the SQLite migration via TypeORM
136+ > 👉 ** Step #3 ** - Run the SQLite migration via TypeORM
137137
138138```
139139$ yarn typeorm migration:run
140140```
141141
142- ** Step #4 ** - Start the API server (development mode)
142+ > 👉 ** Step #4 ** - Start the API server (development mode)
143143
144144``` bash
145145$ npm dev
@@ -152,4 +152,4 @@ The API server will start using the `PORT` specified in `.env` file (default 500
152152<br />
153153
154154---
155- [ React Soft Dashboard] ( https://appseed.us/product/node-js-react-soft-dashboard ) - Provided by AppSeed ** [ App Generator ] ( https://appseed.us/app-generator ) ** .
155+ [ React Soft Dashboard] ( https://appseed.us/product/soft-ui-dashboard/api-server-nodejs/react/ ) - Provided by ** [ AppSeed ] ( https://appseed.us/app-generator ) ** .
0 commit comments