nanobox-quickstarts / nanobox-echo

Quickstart for Echo with Nanobox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Echo with Nanobox

Echo from scratch

Run a Echo app locally, install nothing besides nanobox.

Clone the repo

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

# cd into the echo app
cd nanobox-echo

Run the app

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

# Run Echo as you would normally, with Nanobox
nanobox run go run server.go

Check it out

Visit your app at echo.dev:1323

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 golang is installed,
go version

# git is installed,
git --version

# and your code is mounted
ls

Now What?

For more details about running Echo apps with nanobox visit guides.nanobox.io/golang/echo/

About

Quickstart for Echo with Nanobox

License:Mozilla Public License 2.0


Languages

Language:Go 100.0%