rendr-app-template
Basic skeleton for a Rendr app. Deprecated in favor of ./examples dir in rendr repo.
File Explorer
Download Latest Version (.zip)- base.js
- repos.js
- users.js
- home_controller.js
- repos_controller.js
- users_controller.js
- handlebarsHelpers.js
- base.js
- build.js
- repo.js
- user.js
- index.hbs
- index.hbs
- show.hbs
- index.hbs
- show.hbs
- show_lazy.hbs
- __layout.hbs
- user_repos_view.hbs
- index.js
- index.js
- show.js
- index.js
- show.js
- app_view.js
- base.js
- user_repos_view.js
- app.js
- router.js
- routes.js
- bootstrap.min.css
- base_view.styl
- index.styl
- es5-sham.js
- es5-shim.js
- jquery-1.9.1.min.js
- json2.js
- default.yml
- development.yml
- production.yml
- .gitkeep
- favicon.ico
- data_adapter.js
- repos.test.js
- user.test.js
- users_show_view.test.js
- .gitignore
- .nodemonignore
- Gruntfile.js
- index.js
- LICENSE
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/rendrjs/rendr-app-template
Downloads the entire project code from GitHub to your computer.
cd rendr-app-template
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
$ npm install -g grunt-cli
Downloads and installs the libraries listed in package.json.
$ npm uninstall -g grunt
Type this command into your terminal and run it.
$ npm install
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
