File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed
Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 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
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/
5758nodemon 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)
You can’t perform that action at this time.
0 commit comments