/bunny-studio

Primary LanguageTypeScriptMIT LicenseMIT

Bunny Studio

Installation

You need to use Node >= 10, yarn and lerna.

Bootstrap the whole project with:

yarn regenerate

This command will install all deps for Bunny Studio App and Users + Tasks microservices.

Running tests

Tests work on Facebook's Jest

yarn test

Running for development

The Bunny Studio App is bundled with Webpack v4

yarn start

Build the production bundle

yarn build