notwaldorf / emoji-translate

:books: Translate text to ✨emoji ✨!
http://meowni.ca/emoji-translate/
MIT License
1.2k stars 124 forks source link

How do I get it up and running? - Also future noob checklist - #15

Closed abhiramr closed 8 years ago

abhiramr commented 8 years ago

@notwaldorf Env: Windows 10

Node version present - v.6.7.0 (older versions (4+) also probably work) Installed bower - npm install -g bower Installed emoji-translate - bower install emoji-translate

How do I start it as a local server? node emoji-translate.js just seems to complete and close. Isn't even running in the background. What should I be doing?

EDIT (Nooblist completing) - Start a local server (in python probably) using - python -m SimpleHTTPServer and navigate to http://localhost:

notwaldorf commented 8 years ago

If you just want to play with the demo, start a local server (Python -m SimpleHttpServer is the simplest), and then navigate to the index.html

notwaldorf commented 8 years ago

Hope this helps!

abhiramr commented 8 years ago

Thank you so much!! Damn. I thought about starting a SimpleHTTPServer and trying it out, but then I was like.. It can't be just that ..What if there's more to it :D Thanks again :) Let's see if I can suggest some modifications to it. I love emojis :)

abhiramr commented 8 years ago

This is resolved ^_^. Closing.