cd ${pathToExample}${example-name}$ yarn openor
$ npm run openOur favorite prototyping tool is budo,
do its ease of use and features including:
- works out of the box, no configuration needed
- no
.htmlfile is required, budo will create one automatically - fast incremental building, suspending the response until the new source is ready
- watches HTML and CSS files for changes; CSS is injected without reloading the page
- can be used with any
browserifyoptions - additional rich API://github.com/mattdesl/budo/blob/master/docs/command-line-usage.md
$ yarn global add budoor
$ npm install budo -gThis will start budo server and open browser:
$ yarn
$ yarn startor
$ npm install
$ npm startNow change and save the source files and see instant updates in your browser.