An open API service indexing awesome lists of open source software.

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

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).