Git clone.
$ git clone https://github.com/RadKod/RKfrontstarterkit.git
RKfrontstarterkit requires Node.js (recommend v8 or higher) + npm + gulp (for development mode.) to run.
Install the package.json and start the server.
$ cd RKfrontstarterkit
$ npm install gulp-cli -g
$ npm run setup
$ npm run dev (# Just type this to run it again later. #)
Verify the deployment by navigating to your server address in your preferred browser. (:3000 default port for browser-sync)
127.0.0.1:3000
or
localhost:3000
$ npm run start
$ npm run clean
$ npm run build