Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dillonchanis/lerna-next-starter
Starter repo for Next.js projects managed by Lerna
https://github.com/dillonchanis/lerna-next-starter
Last synced: 12 days ago
JSON representation
Starter repo for Next.js projects managed by Lerna
- Host: GitHub
- URL: https://github.com/dillonchanis/lerna-next-starter
- Owner: dillonchanis
- Created: 2021-03-13T13:06:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-14T23:49:58.000Z (almost 4 years ago)
- Last Synced: 2024-11-07T20:46:09.535Z (2 months ago)
- Language: TypeScript
- Size: 410 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lerna | Next Starter Kit
Basic Lerna/Next.js starter kit with TS, Tailwind, Styleguidist and Storybook.
Two basic packages are included:
- `ui`: Common set of basic UI components. Reused across applications. Buttons, tabs, inputs, etc.
- `web`: Main web Next.js application.## Basic Usage
**Make sure you update the package names in each of the `packages` `package.json` file. Default is set to `@myapp/{package_name}`.**
Get all the `packages/` setup by running:
```bash
npx lerna bootstrap
```### Conventional Commits
The project utilizes [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/). I recommend installing a plugin for your editor.
[VSCode](https://marketplace.visualstudio.com/items?itemName=vivaxy.vscode-conventional-commits)