Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 417 Bytes

File metadata and controls

18 lines (15 loc) · 417 Bytes

Orbiton App

This is a minimal template that can help you get started with Orbiton JS.

Installation

To install this template run

npx degit Orbitonjs/template my-app
cd my-app

Then run npm start to start the development server

Building

To build your app for production run:

npm run build

You optimized output will be created in the build directory andyou can serve with a webserver.