-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/BorisMoore/jsrender-node-…
…starter pulling modified README.md
- Loading branch information
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,6 @@ It also shows how to store *JsRender* templates on the file system on the server | |
|
||
Accessing server-defined templates in the browser can be facilitated by using *[Browserify](https://browserify.org/)*, with the *JsRender* `tmplify` *Browserify transform*, or by using the `{{clientTemplate}}` tag when rendering the server page. | ||
|
||
This app has been deployed to *[Heroku](https://www.heroku.com/)* (using the *index-express.js* script as start script) [here](https://jsrender-node-starter.herokuapp.com/). | ||
|
||
**Documentation and APIs:** see *[JsRender Node.js Quickstart](https://www.jsviews.com/#jsr-node-quickstart)* and *[JsRender for Node.js](http://www.jsviews.com/#jsrnode)*. | ||
|
||
### Install | ||
|
@@ -171,11 +169,12 @@ For details see the documentation topic *[JsRender Browserify support in Node.js | |
|
||
### Deploying this app to Heroku | ||
|
||
This app has been deployed to https://jsrender-node-starter.herokuapp.com/ | ||
This app was deployed to Heroku, at https://jsrender-node-starter.herokuapp.com/, though this is not currently functioning (since Heroku withdrew its Free Product Plans...) | ||
|
||
You can deploy your own copy as follows: | ||
You can deploy your own copy along the lines of the following code: | ||
|
||
Make sure you have *[Node.js](https://nodejs.org/)* and the *[Heroku Toolbelt](https://toolbelt.heroku.com/)* installed. | ||
You may need to set a remote "heroku" target URL in .git/config | ||
|
||
```bash | ||
$ git clone [email protected]:BorisMoore/jsrender-node-starter.git | ||
|