techyrajeev / YoKart

A demo project for cart application with AngularJs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yo-kart

A simple shopping cart based on AngularJs.

Tech

yo-kart uses a number of open source projects to work properly:

  • [AngularJS] - HTML enhanced for web apps!
  • [Twitter Bootstrap] - great UI boilerplate for modern web apps
  • [node.js] - evented I/O for the backend
  • [Express] - fast node.js network app framework
  • [Grunt] - the streaming build system

Run prerequisites

Installation

Before running this project, you will need the following:

- Node.js v0.10.x+

Download it from here
https://nodejs.org/download/

npm (which comes bundled with Node) v2.1.0+
    npm install --global npm@latest
- git
    http://git-scm.com/
- grunt,bower and yo
    npm install --global yo bower grunt-cli

Cloning the yokart

$ git clone [git-repo-url] yoKart
  • Build & deployment
    • Go to checked out project directory
$ cd yoKart

Run grunt for building and grunt serve for preview.

$ grunt
$ grunt serve

About

A demo project for cart application with AngularJs


Languages

Language:JavaScript 57.2%Language:HTML 37.8%Language:CSS 4.9%