https://github.com/softspiders/lerna-next-react-lib
Minimalistic template of NextJS application with react library in Lerna monorepo
https://github.com/softspiders/lerna-next-react-lib
lerna min monorepo react react-library softspider softspiders ss starter template under-construction
Last synced: 10 months ago
JSON representation
Minimalistic template of NextJS application with react library in Lerna monorepo
- Host: GitHub
- URL: https://github.com/softspiders/lerna-next-react-lib
- Owner: softspiders
- License: mit
- Created: 2020-01-12T07:04:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-13T05:33:25.000Z (almost 6 years ago)
- Last Synced: 2025-01-15T20:20:05.817Z (12 months ago)
- Topics: lerna, min, monorepo, react, react-library, softspider, softspiders, ss, starter, template, under-construction
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[SOFTSPIDERS](https://github.com/softspiders/softspiders)
# lerna-next-react-lib
Minimalistic template of NextJS application with react library in [Lerna](https://lerna.js.org/) monorepo
---
## Feature tags
- lerna
- next
- react-lib
- starter
- template
## Direct ancestors - also by code
- [lerna-next-with-lib](https://github.com/softspiders/lerna-next-with-lib)
- [Minimalistic NextJS application](https://github.com/softspiders/next.js)
---
## Requirements
- [*Node*](https://nodejs.org/en/download/package-manager/)
- [*Lerna*](https://lerna.js.org/)
---
## Install
Being at the root, execute
```
npm run bootstrap
```
## Clean
```
npm run clean
```
## Run in development mode
```
npm run dev
```
## Build
```
npm run build
```
## Run in production mode
```
npm run start
```
---
## Authors
[Alexander Lapygin](https://github.com/AlexanderLapygin)
---
### License
Licensed under the [MIT license](./LICENSE).