Install Reactium
TL;DR
cd /your/reactium/project
npx reactium init # Select Reactium when prompted
npm run localUnder 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
Reactium CLI relies on your project directory to give it context:
cd /your/reactium/projectStep 2: Install Reactium CLI (Optional)
Fire up terminal or command-line and install the Atomic Reactor CLI:
npm install -g reactium # alternative to using npx all the timeStep 3: Install Reactium
Step 4: Run Locally
Done!
After the Webpack build completes, your default browser will launch with the Welcome component loaded on the / route.
Last updated