Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richistron/carrito
One page cart
https://github.com/richistron/carrito
Last synced: 8 days ago
JSON representation
One page cart
- Host: GitHub
- URL: https://github.com/richistron/carrito
- Owner: richistron
- Created: 2015-03-03T03:18:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-04T03:04:47.000Z (over 9 years ago)
- Last Synced: 2024-04-15T03:20:05.802Z (7 months ago)
- Language: JavaScript
- Size: 1.13 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Single page carrito [![Build Status](https://travis-ci.org/richistron/carrito.svg?branch=master)](https://travis-ci.org/richistron/carrito)
Simple shopping cart (dummy) created with yeoman:
* Angular.js
* Bootstrap 3# Install
You'll need node.js installed in your computer, go to http://nodejs.org/ and
install it. Node is available for several plataforms such as linux, mac and
windows. Once you have node installed in your computer you can follow this
steps:Make sure you have node and npm ready to use
```
node -v // v0.12.0
npm -v // 2.5.1
```Install global dependencies
```
npm install -g yo bower grunt-cli gulp
npm install -g generator-angular
```Nice to have
```
npm install -g npm-check-updates
```# Create scaffolding
```
yo angular
```Follow the instructions and add the things that you want
*You are ready to go*
# deploy
```
grunt
git commit -am "my message"
git subtree push --prefix dist heroku master
```force push
```
git push heroku `git subtree split --prefix dist master`:master --force
```http://carrito.infraestructocho.com
test coverage http://richistron.github.io/carrito/