|
54 | 54 | <li><a href="#installation">Installation</a></li> |
55 | 55 | </ul> |
56 | 56 | </li> |
57 | | - <li><a href="#usage">Usage</a></li> |
| 57 | + <li> |
| 58 | + <a href="#usage">Usage</a> |
| 59 | + <ul> |
| 60 | + <li><a href="#screenshots">Screenshots</a></li> |
| 61 | + </ul> |
| 62 | + </li> |
58 | 63 | <li><a href="#complete-setup-instructions">Complete Setup Instructions</a></li> |
59 | 64 | <li><a href="#changelog">Changelog</a></li> |
60 | 65 | <li><a href="#contributing">Contributing</a></li> |
|
67 | 72 |
|
68 | 73 | <!-- ABOUT THis PROJECT --> |
69 | 74 | ## About This Project |
70 | | -This is a fresh & blank template, with some of the most common and helpful (but basic) modules included. After installation and starting the application, you will have a simple and empty HTTP REST Server hosted locally, ready-to-go. Everything inclusive of this template will be completely up to date, and updated each time it is installed, so it will never depreciate and is safe to use over time repeatedly. This is the perfect starting point for any project, as you can simply install this template and then start importing your own modules, or writing your own code, without any hastle. Completely compitible with any vision or modules. |
| 75 | +This is a fresh & blank template, with some of the most common and helpful (but basic) modules included, as well as automatic [logging]() configured out the box. After installation and starting the application, you will have a simple and empty HTTP REST Server hosted locally, ready-to-go. Everything inclusive of this template will be completely up to date, and updated each time it is installed, so it will never depreciate and is safe to use over time repeatedly. This is the perfect starting point for any project, as you can simply install this template and then start importing your own modules, or writing your own code, without any hastle. Completely compitible with any vision or modules. |
71 | 76 |
|
72 | 77 | **A new project can be written in either TypeScript or JavaScript, without any further changes needed, however this template is set up and intended for TS, making use of it's typesetting, precompiling abilities, and simplicity in a object-oriented approach.** |
73 | 78 |
|
@@ -133,8 +138,17 @@ For help or guidance in downloading and running the application, see the followi |
133 | 138 | |:---|:---|:---| |
134 | 139 | | <ul><li>GET "/"</li></ul> | Homepage:<br>The client-side landing page. | <ul><li>"`http://localhost:3000/`"</li></ul> | |
135 | 140 |
|
| 141 | +<br> |
| 142 | + |
| 143 | +### Screenshots |
| 144 | + |
| 145 | +Logging Sample<br> |
| 146 | + |
| 147 | + |
136 | 148 | <br><hr><br> |
137 | 149 |
|
| 150 | + |
| 151 | + |
138 | 152 | ## Complete Setup Instructions |
139 | 153 | The following steps are complete instruction to create this template, but without any of the extra modules, and begin a brand new project in Nodejs with Typscript from a blank slate. The commands are shell commands, to be carried out in a terminal, console or other shell environment. |
140 | 154 |
|
|
0 commit comments