ovobox

CLI for hosting awesome frontend

Usage no npm install needed!

<script type="module">
  import ovobox from 'https://cdn.skypack.dev/ovobox';
</script>

README

Ovobox

Front-end hosting

npm i ovobox -g

Four easy steps to get it done:

1. Go to beta.ovobox.com and sign in (easy login with Google)

2. Add new project (you will get your project token and link right away)

3. In root directory create file “ovobox.json”. Add token and path to build folder to the file

{
    "token": "<TOKEN-HERE>",
    "path": "folder/with/build"
}

type “.” if using root directory for the project

4. To host your project use command

ovobox --host 

You’re all set! Access your project by following the link.

Enjoy 😉