Reactium
Search
⌃K

Install Reactium

TL;DR

$ npm install -g @atomic-reactor/cli
$ cd /your/reactium/project
$ arcli reactium install
$ npm install
$ npm run local
Under most circumstances, Reactium is pretty easy to install and takes less than 5 minutes. Most hosting providers require no install at all.

Install Locally

If you haven't done so already, be sure to read the Before You Install article

Step 1: Set Current Working Directory

ARCLI relies on your project directory to give it context:
$ cd /your/reactium/project

Step 2: Install Atomic Reactor CLI

Fire up terminal or command-line and install the Atomic Reactor CLI:
$ npm install -g @atomic-reactor/cli

Step 3: Install Reactium

$ arcli install reactium

Step 4: Install Node Modules

$ npm install

Step 5: Run Locally

$ npm run local
Done!
After the Webpack build completes, your default browser will launch with the demo site loaded.