Skip to content

getsrinu12345/TemplateEngine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TemplateEngine

TemplateEngine is a powerful web component templating framework that helps you build web applications using only your browser!

Demo: http://agronkabashi.github.io/TemplateEngine/

###Important Notes:

  • 2015-03-17 TemplateEngine is being reworked and optimized. A notable change and a major performance improvement is moving away from RequireJS for lazyloading internals.

###Related Projects

  • TemplateEngine.Backend - A complementing library that provides the model and services needed for using and storing templates on the server side.
  • SimpleCMS - A client-based application builder with user, template and content management features utilizing TemplateEngine.
  • SimpleCMS.API - An optional backend service for SimpleCMS.

How to Get Started

Step 1. Install NodeJS

To start checking this project out you first need to have NodeJS installed, preferably the latest package. It is advisable to install it from the website instead of a package manager as the latter usually takes a while to catch up. So download it and install it if you haven't.

Step 2. Install Grunt

Second step is to install grunt globally if you haven't already. Grunt is a task runner written in NodeJS, that has tons of plugins, and can be installed easily through NodeJS's package manager called npm:

$ npm install -g grunt-cli

Step 3. Clone the project

You can get this source code by cloning the project from github, like this:

$ cd to/your/project/directory
$ git clone https://github.com/AgronKabashi/TemplateEngine.git

Step 4. Install dependencies

When you're done cloning, navigate to the folder and install the project dependencies with npm, like this:

$ cd TemplateEngine
$ npm install

Step 5. Run

Running Grunt will build, start a webserver and watch the source files for changes.

$ grunt

About

Design and build web applications using only your web browser!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 56.2%
  • CSS 28.0%
  • HTML 15.8%