This is a minimal template that can help you get started with Orbiton JS.
To install this template run
npx degit Orbitonjs/template my-app
cd my-appThen run npm start to start the development server
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.