Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)