https://github.com/fibbojs/starter-module
  
  
    A starter for building a fibbo module 
    https://github.com/fibbojs/starter-module
  
        Last synced: 8 months ago 
        JSON representation
    
A starter for building a fibbo module
- Host: GitHub
 - URL: https://github.com/fibbojs/starter-module
 - Owner: fibbojs
 - Created: 2024-09-03T16:49:34.000Z (about 1 year ago)
 - Default Branch: main
 - Last Pushed: 2025-03-02T01:08:13.000Z (8 months ago)
 - Last Synced: 2025-03-02T02:20:02.196Z (8 months ago)
 - Language: TypeScript
 - Size: 48.8 KB
 - Stars: 0
 - Watchers: 0
 - Forks: 0
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 
 
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
```