GitHunt
NA

nanobox-quickstarts/nanobox-kitto

Quickstart for Kitto with Nanobox

Kitto from scratch

Kitto from scratch

Run a Kitto app locally, install nothing besides nanobox.

Clone the repo

# clone the code
git clone https://github.com/nanobox-quickstarts/nanobox-kitto.git

# cd into the kitto app
cd nanobox-kitto

Run the app

# Add a convenient way to access your app from the browser
nanobox dns add local kitto.dev

# Run kitto as you would normally, with Nanobox
nanobox run mix kitto.server

Check it out

Visit your app at kitto.dev:4000

Explore

With Nanobox, you don't have to have anything installed on your machine to run your app:

# drop into a Nanobox console
nanobox run

# where elixir is installed,
elixir -v

# and your code is mounted
ls

Languages

JavaScript29.8%Elixir28.8%CSS26.4%HTML15.0%

Contributors

Mozilla Public License 2.0
Created August 2, 2017
Updated June 6, 2018