Skip to content

AirBastion/reaction

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reaction Commerce

Preferred method update for our core application.

To get the latest updates via: git pull --recurse-submodules

Install and create your first store

First,

git clone https://github.com/AirBastion/reaction.git
cd reaction
git  submodule update --init --recursive

Now install dependencies via the cli tool.

npm install -g reaction-cli

Create your store:

reaction init
cd reaction
reaction

You can also run the app locally using docker-compose by running:

docker-compose up

This will use the docker-compose.yml file. This can be used to evaluate the app locally (on all Operating Systems supported by Docker), however, for active local development or customization, it is better to run reaction outside of Docker for faster app builds.

Learn more on how to configure your project.

Packages

No packages published

Languages

  • JavaScript 83.6%
  • CSS 9.5%
  • HTML 6.7%
  • Other 0.2%