Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dunks1980/bay.js-starter

A simple starter project for bay.js using Vite and Jampack.
https://github.com/dunks1980/bay.js-starter

web-components

Last synced: about 1 month ago
JSON representation

A simple starter project for bay.js using Vite and Jampack.

Awesome Lists containing this project

README

        

# bay.js starter project

A simple starter project for bay.js using [Vite](https://vitejs.dev/) and [Jampack](https://jampack.divriots.com/).

If you wish to support this project please [buy me a coffee.](https://www.buymeacoffee.com/dunks1980) ☕



## Installation

Clone the repository and install the dependencies.

```bash
git clone https://github.com/Dunks1980/bay.js-starter.git
cd bay.js-starter
npm install
```

## Usage

### Development

```bash
npm run dev
```

### Production

```bash
npm run build
```

### Preview

```bash
npm run preview
```

## License

[MIT](https://github.com/Dunks1980/bay.js-starter/blob/main/LICENSE)

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.