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

https://github.com/fibbojs/starter-module

A starter for building a fibbo module
https://github.com/fibbojs/starter-module

Last synced: 2 months ago
JSON representation

A starter for building a fibbo module

Awesome Lists containing this project

README

        

# starter-module
A starter for building a fibbo module

## Usage

- Clone the repository

```bash
npx tiged fibbojs/starter-module starter-module
```

- Do not forget to modify the following fields :
- package.json : `name`, `description`, `author`, `homepage`, `repository`, `bugs`
- vite.config.ts : `build.lib.name`

- Install the dependencies

```bash
cd starter-module
npm install
```

- Run the playground

```bash
npm run dev
```

- Build the module

```bash
npm run build
```