https://github.com/softspiders/lerna-next-with-lib
Minimalistic template of NextJS application with library in Lerna monorepo
https://github.com/softspiders/lerna-next-with-lib
javascript js lerna lib mini monorepo next nextjs react softspider softspiders ss starter template
Last synced: 2 months ago
JSON representation
Minimalistic template of NextJS application with library in Lerna monorepo
- Host: GitHub
- URL: https://github.com/softspiders/lerna-next-with-lib
- Owner: softspiders
- License: mit
- Created: 2020-01-11T14:56:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-13T04:23:25.000Z (over 6 years ago)
- Last Synced: 2025-01-15T20:20:05.779Z (over 1 year ago)
- Topics: javascript, js, lerna, lib, mini, monorepo, next, nextjs, react, softspider, softspiders, ss, starter, template
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 3
- 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-with-lib
Minimalistic template of NextJS application with library in [Lerna](https://lerna.js.org/) monorepo
---
## Feature tags
- lerna
- lib
- next
- starter
- template
## Direct ancestors - also by code
- [Minimalistic template for Lerna monorepo](https://github.com/softspiders/lerna)
- [Minimalistic NextJS application](https://github.com/softspiders/nextjs)
---
## 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).