Skip to content

webmiddle/webmiddle-starter-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webmiddle-starter-app

Starter app for webmiddle

Commands

Install dependencies

yarn

Build

yarn build

Test

yarn test

For development, automatically rebuild and restart server on changes:

yarn start

For development, start and launch webmiddle-devtools:

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

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.

chmod +x link.sh
./link.sh