Ergasti / reaction-core-deprecated

Core Reaction Commerce package

Home Page:https://reactioncommerce.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reaction Core

Circle CI Gitter

Reaction Core provides a core set of methods and templates for creating, connecting, and managing user carts, sessions, products, checkout and orders for Reaction Commerce.

meteor add reactioncommerce:core

If this is a newly created Meteor project:

meteor remove insecure
meteor remove autopublish
meteor add nemo64:bootstrap
meteor add reactioncommerce:bootstrap-theme
meteor add reactioncommerce:reaction-accounts

Create client/themes/bootstrap/custom.reaction.json and client/themes/bootstrap/custom.bootstrap.json. These files configure the default LESS theme.

mkdir -p client/themes/bootstrap
curl -o client/themes/bootstrap/custom.bootstrap.json https://raw.githubusercontent.com/reactioncommerce/reaction/master/client/themes/bootstrap/custom.bootstrap.json
curl -o client/themes/bootstrap/custom.reaction.json https://raw.githubusercontent.com/reactioncommerce/reaction/master/client/themes/bootstrap/custom.reaction.json

Packages

You can find a list of published packages on Atmosphere

Developer Documentation

Meteor Documentation

Getting started guide

Installation

Guidelines

Methods

Package Development

Theme Development

i18n Translations

Template Development

Workflow

Deploying

Roadmap

For a high level review our roadmap, take a look at the features page Reaction Vision

For grouping of development channels by feature see project milestones: https://github.com/reactioncommerce/reaction/milestones

And finally for the kanban-esque, hardcore real time progress view, take a look our waffle board

Issues

For development tasks/issues please use the Reaction project issues. We're keeping this as the central issue tracking for all reactioncommerce:* packages. You can also view issues on our waffle board.

About

Core Reaction Commerce package

https://reactioncommerce.com/

License:Other


Languages

Language:JavaScript 79.2%Language:HTML 20.8%