Coder Social home page Coder Social logo

cachrisman / ionic-ecommerce Goto Github PK

View Code? Open in Web Editor NEW
43.0 8.0 39.0 2.07 MB

Ionic Ecommerce Frontend

Home Page: https://ionic-ecommerce.herokuapp.com/app

JavaScript 83.43% CSS 16.22% HTML 0.34%
ionic frontend ecommerce-store spree angular

ionic-ecommerce's Introduction

Ionic-Ecommerce

##About Ionic-Ecommerce is a project using the Ionic Framework and AngularJS to make a mobile frontend to an ecommerce store. It can be deployed as a mobile site for an ecommerce store, or built into native iOS and Android apps which will access the products, account, login, logout, cart, and checkout functions of the ecommerce site.

Check out a demo here: https://ionic-ecommerce.herokuapp.com/app. The Spree server providing the backend api is at http://ionic-ecommerce.herokuapp.com and its repo is at https://github.com/cachrisman/ionic-ecommerce-server

##Libraries & Frameworks

  • Ruby on Rails
  • Spree Ecommerce
  • Angular
  • Ionic

##Installation

Dependencies

You need to have the following items installed and working in order to use this project. Their installation is beyond the scope of this document.

  • Git
  • Ruby
  • Node/NPM

###Backend Run the following commands to install the backend server:

git clone https://github.com/cachrisman/ionic-ecommerce-server.git
cd ionic-ecommerce-server
bundle install
spree install -A
rake db:migrate
rails server

###Frontend Run the following commands to install the frontend:

git clone https://github.com/cachrisman/ionic-ecommerce.git
cd ionic-ecommerce
npm install --save
bower install --save

Change the file ionic-ecommerce/www/js/constants.js to reflect your local environment.

Last, run the following command to show you a webpage simulating an iOS device running this app:

ionic serve -l

Or you can also emulate the app running on iOS if you have Xcode installed:

ionic emulate ios

Documentation

Future Direction

ionic-ecommerce's People

Contributors

cachrisman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ionic-ecommerce's Issues

Css file is missing

After cloning the repository and installing all dependencies according to the instructions, /css/ionic.app.css was missing.
I took the file from the demo, but maybe there was some other way to have this file in the project.
In case it matters, the installation did not go smoothly because i got the following error:

There is an error in your gulpfile:
Error: libsass bindings not found. Try reinstalling node-sass?

I solved it by uninstalling and reinstalling gulp-sass.

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.