An open API service indexing awesome lists of open source software.

https://github.com/maolion/weboot-example

Weboot tool example
https://github.com/maolion/weboot-example

bootstrap weboot

Last synced: over 1 year ago
JSON representation

Weboot tool example

Awesome Lists containing this project

README

          

# Weboot example

Usage for [weboot](https://github.com/maolion/weboot)

## usage

1. Clone this repository to your local

```sh
$ git clone https://github.com/maolion/weboot-example.git
```

2. Install weboot

```sh
$ npm install -g weboot
# or
$ yarn global add weboot
```

3. Run weboot

```sh
$ cd weboot-example
$ weboot mount index.html output.html
# weboot mount index.html output.html -b boot.js
```