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

https://github.com/webmiddle/webmiddle-starter-app

webmiddle starter app
https://github.com/webmiddle/webmiddle-starter-app

getting-started starter-kit

Last synced: 10 months ago
JSON representation

webmiddle starter app

Awesome Lists containing this project

README

          

# webmiddle-starter-app

> Starter app for webmiddle

## Commands

Install dependencies

```sh
yarn
```

Build

```sh
yarn build
```

Test

```sh
yarn test
```

For development, automatically rebuild and restart server on changes:

```sh
yarn start
```

For development, `start` and launch `webmiddle-devtools`:

```sh
yarn start:devtools
```

## Adding Browser

The `Browser` component isn't included by default as it greatly increases the install time,
since it requires a compatible verison of Chromium that is downloaded during installation.

If you need it, type the following

```bash
yarn add webmiddle-component-browser
```

## Working with linked webmiddle

Assuming you have cloned this repo as a submodule with https://github.com/webmiddle/webmiddle-all

Before installing dependencies with `yarn`, run the following to link the local webmiddle packages.

```sh
chmod +x link.sh
./link.sh
```