Install node.js: https://nodejs.org
Install yarn package manager: https://yarnpkg.com/
Install node modules by running terminal command yarn install
Run the app yarn start
And then build production app yarn build
Use the ready (pre-compiled) templates from the folder /dist/versions/
Install node.js: https://nodejs.org
Install yarn package manager: https://yarnpkg.com/
Install bower and gulp yarn global add bower gulp
Install node modules by running terminal command yarn install
Install third-party plugins yarn setup
Run the app (build task) yarn start