To get you started you can simply clone Riona-Free-Website-Template repository and install the dependencies:
You need git to clone ReduxApp repository. You can get git from http://git-scm.com/.
We also use a number of node.js tools to initialize ReduxApp. You must have node.js and its package manager (npm) installed. You can get them from http://nodejs.org/.
Clone the Riona repository using git:
git clone https://github.com/sandim27/ReduxApp.git
cd ReduxApp
To install local dependencies we can simply do:
npm install
To run environment for development:
npm run start
To build environment for prodaction:
npm run build