Skip to content
/ kadona Public

A simple KOA app that responds to a default route, /

Notifications You must be signed in to change notification settings

maml/kadona

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kadona

A simple KOA app that responds to a default route, /, with json saying, 'Hello World.'

This is a companion demo app that is used in a series of blog posts demonstrating a way to deploy an app like this to Digital Ocean with Nanobox.

Install Dependencies

yarn install

Run Tests

./node_modules/.bin/jest ./__tests__/app_test.js

Run App

node app.js

Or if you have nanobox installed and wish to run it locally in a container:

nanobox run

and then

node app.js

Deploy

A bit more involved, part 3 of the series mentioned above details how to configure a hosting provider with Nanobox. Nothing too crazy you just have to step through it. Once you do you can add a remote with:

nanobox remote add <your-remote-name>

and then

nanobox deploy

About

A simple KOA app that responds to a default route, /

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published