Skip to content

Instantly share code, notes, and snippets.

@ishu3101
Last active January 3, 2019 10:37
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ishu3101/d59e728d63b6a2836cd4900d17d52fcb to your computer and use it in GitHub Desktop.
Save ishu3101/d59e728d63b6a2836cd4900d17d52fcb to your computer and use it in GitHub Desktop.
Running Code in different languages, frameworks in [Cloud9](C9.io)

jekyll

jekyll serve --port $PORT --host $IP

hugo

hugo server -w --port=$PORT --bind=$IP

hexo

hexo server -p $PORT -i $IP

python

python -m SimpleHTTPServer $PORT

pelican

pelican content cd output && python -m SimpleHTTPServer $PORT

gatsby

gatsby develop -H $IP -p $PORT

ruby

ruby filename.rb -o $IP -p $PORT

flask

python filename.py

express js

node filename.js

ghost v0.11

node index.js

ghost v1

ghost start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment