All Projects → kikinteractive → Starter Kit

kikinteractive / Starter Kit

Template for starting to build mobile web apps

Programming Languages

javascript
184084 projects - #8 most used programming language

Kik Starter Kit

Live Demo

Starter Kit contains the necessary foundations to get you started on building Kik apps.

Local Setup

  1. Install Node.js (v0.8+) from http://nodejs.org/
  2. From the command line, run these commands:
```sh
git clone git://github.com/kikinteractive/starter-kit.git
cd starter-kit
npm install
```

Run debug server

  1. Run this command: npm start
  2. Go to localhost:5000 in your browser to see your app

Kik Developer Resources

All developer resources can be found on dev.kik.com.

Copyright and License

Code released under the MIT license. Code and documentation copyright 2014 Kik Interactive, Inc.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].