For
Windows OS,
Download, extract and double-click
kit_installer file to install the kit.
Note: Do ensure to extract the zip file before running it.
1. When you're prompted during the installation of the kit, press
Y to launch the app automatically.
2. To run the app manually, press
N when you're prompted and locate the zip file
candy.zip
3. Extract the zip file and navigate to the directory
candy
4. Open command prompt in the extracted directory
candy and run the following commands one by one respectively:
npm install; npm install -g gulp; start http://localhost:3000 && gulp start
For
other Operating System,
1. Click
here to install nodejs.
2. Click
here to download the repository.
3. Extract the zip file and navigate to the directory
candy.
4. Open terminal in the extracted directory
candy.
5. Run the following commands one by one respectively:
npm install; npm install -g gulp; start http://localhost:3000 && gulp start .