maleja111 / bunny-studio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:TypeScript 66.7%Language:CSS 23.4%Language:JavaScript 8.7%Language:HTML 1.2%