Skip to content

Commit 4b06cb0

Browse files
Minor adjustments in the README file
1 parent 2fcafb5 commit 4b06cb0

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
## Releases
2121
* V.1.0.0 (current release)
2222
* V.1.1.0
23-
** Bug fixes of V.1.0.0 (if found)
24-
** Support to mysql (remaining implementation on user authentication and user management services)
23+
* Bug fixes of V.1.0.0 (if found)
24+
* Support to mysql (remaining implementation on user authentication and user management services)
2525
* V.1.2.0
26-
** Bug fixes of V.1.1.0 (if found)
27-
** Support to mongoDB
26+
* Bug fixes of V.1.1.0 (if found)
27+
* Support to mongoDB
2828
* V.2.0.0
29-
** Bug fixes of V.1.2.0 (if found)
30-
** Update to Bootstrap 5.x
31-
** Update to Angular.js 1.8.2
29+
* Bug fixes of V.1.2.0 (if found)
30+
* Update to Bootstrap 5.x
31+
* Update to Angular.js 1.8.2
3232

3333
## Pre-Requirements
3434
* In order to run this template you must have the following packages installed:
35-
** node.js version 10.8.0 or later
35+
** [Node.js](https://nodejs.org/) version 10.8.0 or later
3636
** mysql/Maria DB version 10.8.0 or later (required for Release 1.1.0)
3737

3838
## Setup
@@ -52,8 +52,9 @@
5252
}
5353
}
5454
```
55-
* Open a terminal screen and go to the folder you used /path/to/node-webapp-template/ and run the following command:
56-
```
55+
* Open a terminal screen and go to the folder you installed the app
56+
```sh
57+
cd /path/to/node-webapp-template/
5758
nodemon apps.js
5859
```
5960
* Open a web browser and type the URL "://localhost:8080" (Please notice the port 8080 is set in the config file)

0 commit comments

Comments
 (0)