prasannabalaji7 / shopping-center

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shopping-center

  • A basic Ember application with static data using the below
  • Ember2.0 ,Handlebars , bootstrap
  • http://localhost:port/ will load the home pages
  • You can traverse through the products in the side menu
  • With some Paging, sortBy ,routing functionality
  • As its a static page the first two menu in "Cheeks" menu will have the data
  • will improve the application with dynamic data soon

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd shopping-center
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About


Languages

Language:JavaScript 75.6%Language:HTML 18.3%Language:CSS 6.1%