React application starter with ui library in Lerna monorepo
- app
- build
- lerna
- react
- spa
- starter
- uilib
Antony Budianto's react-lib-starter
Alexander Lapygin - Adapting the react-lib-starter to Soft Spiders
-
Clone this repo
-
Install dependencies
# yarn is fine too npm i
-
Run bootstrap
npm run bootstrap
This will bootstrap and link between app and lib
-
Now, it's ready!
- Run start
npm run start:dev:lib npm run start:dev:app
- Try changing the lib, it should reflect the changes directly
- Now, you can start developing your React library!
Licensed under the MIT license.