Skip to content

softspiders/lerna-react-app-uilib-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published