Giter Site home page Giter Site logo

sirhuoshan / templateengine Goto Github PK

View Code? Open in Web Editor NEW

This project forked from agronkabashi/templateengine

0.0 2.0 0.0 2.76 MB

Design and build web applications using only your web browser!

Home Page: http://www.cerberussolutions.se

License: MIT License

JavaScript 56.24% CSS 27.98% HTML 15.78%

templateengine's Introduction

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

templateengine's People

Contributors

agronkabashi avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.