Tap Chat is a simple messaging app that allows users to send messages that disappear after 3 seconds.
- Fork this repository
- Make edits with your favorite tools, and commit your code
- Click the Live Demo button on your repository to view the results of your changes.
- Share your app with your friends on Kik Messenger! The link is provided to you when you click on the Live Demo button.
Note: To use the Live Demo button on your own fork, you will need to sign up for a Kite account. To sign up, simply, click the Live Demo button on your own repository.
From the command line:
- Navigate to the root
/tapchat
directory, then runnpm install
. NPM will look at package.json and automatically install the necessary local dependencies listed there.
Unfamiliar with npm or if you don't have node installed? That's okay! NPM stands for node packaged modules and is a way to manage development dependencies through node.js. Download and install node.js before proceeding.
Run Debug Server
- Run
npm start
- Visit localhost:5000 on your browser to see the app running.
All developer resources can be found on http://dev.kik.com.
Code released under the MIT license. Code and documentation copyright 2014 Kik Interactive, Inc.