Skip to content

PauloLuan/playground

Repository files navigation

Paulo Luan's Playground (FrontEnd Monorepo)

💡 Introduction

PauloLuan Playground-monorepo

📝 Minimal Requirements

  • NodeJs 16.x

🚀 Install

$ git clone https://github.com/pauloluan/playground.git

Just type install and the app magically will execute the lerna bootstrap command and the apps are gonna build for the first time:

$ yarn install

This will start all packages in development mode in parallel

$ yarn dev

If you wanna checkout the storybook components you have to run:

$ yarn storybook

For unit tests:

$ yarn test

For more commands please checkout the scripts section on package.json

travis-image Dependency Status standard forthebadge

Where you can find me? 👨‍💻

Linkedin Badge

🔝 back to top