anndream / restorecommerce-store-front

A Store Front Application for a Restore Commerce based Commerce API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Store Front

The all-in-one starter kit front end for the Restorecommerce e-commerce suite based on Angular and ng-vcl components.

Live demo at sdemo.restorecommerce.io.

Goals and Features

  • Performant by default → server side rendering
  • SEO Ready → schema.org semantic annotations
  • Internationalization → Angular I18N
  • Responsive → CSS and adaptive templates
  • UI Components → ng-vcl
  • Theming → VCL
  • Customizing → clean code and intuitive GraphQL interface

Intended Use

The store front is the most important part in the customer experience, and the optimum can never be achieved solely by a configuration, therefore our approach is to provide this store front as starting point for you to customize it for your needs.

Development

Development Server

Run npm run assets and npm run serve:browser for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code Scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running Unit Tests

Run ng test to execute the unit tests via Karma.

Running End-to-end Tests

Run ng e2e to execute the end-to-end tests via Protractor.

Additional Help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

A Store Front Application for a Restore Commerce based Commerce API


Languages

Language:TypeScript 70.8%Language:HTML 22.5%Language:SCSS 6.0%Language:JavaScript 0.5%Language:Dockerfile 0.2%Language:Shell 0.1%