softspiders / lerna-react-app-uilib-starter

React application starter with ui library in Lerna monorepo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SOFTSPIDERS

lerna-react-app-uilib-starter

React application starter with ui library in Lerna monorepo


Feature tags

  • app
  • build
  • lerna
  • react
  • spa
  • starter
  • uilib

Parents

-react, uilib

Children


Inspired by

Antony Budianto's react-lib-starter

Authors

Alexander Lapygin - Adapting the react-lib-starter to Soft Spiders


Install

  1. Clone this repo

  2. Install dependencies

    # yarn is fine too
    npm i
  3. Run bootstrap

    npm run bootstrap

    This will bootstrap and link between app and lib

  4. Now, it's ready!

Dev flow

  1. Run start
    npm run start:dev:lib
    npm run start:dev:app
  2. Try changing the lib, it should reflect the changes directly
  3. Now, you can start developing your React library!

License

Licensed under the MIT license.

About

React application starter with ui library in Lerna monorepo

License:MIT License


Languages

Language:JavaScript 77.2%Language:HTML 22.8%