A simple shopping cart based on AngularJs.
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
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
- using git checkout the yokart project to local system
$ 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