Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "raz", | ||
"description": "Razor-like syntax for templating views in Express framework by mixing HTML with JavaScript.", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Sergey", |
@@ -14,3 +14,3 @@ # Razor-Express View Template Engine | ||
Assuming that you are already familiar with [the basic idea](https://github.com/DevelAx/RazorExpress/blob/master/docs/overview.md#the-overview-of-razor-express) let's look at a simple example. | ||
Assuming that you are already familiar with the [basic idea](https://github.com/DevelAx/RazorExpress/blob/master/docs/overview.md#the-overview-of-razor-express) let's look at a simple example. | ||
@@ -145,3 +145,3 @@ Our **first component** is a **model**: | ||
``` | ||
Now you if run **node server.js** command in console/terminal and open http://localhost:8080/ URL in your browser you will see the HTML page showing something like this: | ||
Now you if run the '**node server.js**' command in console (or terminal) and open http://localhost:8080/ URL in your browser you will see the HTML page showing something like this: | ||
___ | ||
@@ -161,1 +161,4 @@ > ### Names of the Days of the Week | ||
The source code of this example is available in [RazorExpressExample](https://github.com/DevelAx/RazorExpressExample) repository. | ||
## To be continued soon.. | ||
> `layouts`, `partial views`, `sections` and `viewStarts` are implemented but haven't been documented yet. |
146528
162