https://github.com/softspiders/lerna-react-app-uilib-war-starter
Minimalistic application starter which uses ui library in Lerna monorepo, builded in war
https://github.com/softspiders/lerna-react-app-uilib-war-starter
app js lerna lib monorepo react softspiders ss starter template ui uilib under-dev war
Last synced: about 2 months ago
JSON representation
Minimalistic application starter which uses ui library in Lerna monorepo, builded in war
- Host: GitHub
- URL: https://github.com/softspiders/lerna-react-app-uilib-war-starter
- Owner: softspiders
- License: mit
- Created: 2020-01-28T08:28:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T16:19:41.000Z (almost 4 years ago)
- Last Synced: 2025-01-15T20:20:07.555Z (over 1 year ago)
- Topics: app, js, lerna, lib, monorepo, react, softspiders, ss, starter, template, ui, uilib, under-dev, war
- Language: JavaScript
- Homepage:
- Size: 173 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[SOFTSPIDERS](https://github.com/softspiders/softspiders)
# *lerna-react-app-uilib-war-starter*
[React](https://reactjs.org/) application starter with ui library in [Lerna](https://lerna.js.org/) monorepo and war
building
---
## Feature tags
- app
- build
- lerna
- maven
- react
- spa
- starter
- template
- uilib
- war
---
## Direct ancestors
[React application starter with ui library in Lerna monorepo](https://github.com/softspiders/lerna-react-app-uilib-starter)
---
## Inspired by
[Antony Budianto](https://github.com/antonybudianto)'s [react-lib-starter](https://github.com/antonybudianto/react-lib-starter)
## Authors
[Alexander Lapygin](https://github.com/AlexanderLapygin) <>
---
## Install
1. Clone this repo
2. Install dependencies
```sh
# yarn is fine too
npm i
```
3. Run bootstrap
```sh
npm run bootstrap
```
This will bootstrap and link between app and lib
4. Now, it's ready!
## Dev flow
1. Run start
```sh
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!
## Build war
Being at the root directory, execute
```sh
npm run build:war
```
After successful build the result will be the *packages/example-app/target/example-app-war.war* file.
---
### License
Licensed under the [MIT license](./LICENSE).