Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dunks1980/bay.js-starter
- Owner: Dunks1980
- License: mit
- Created: 2023-01-23T01:04:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-08T11:15:42.000Z (4 months ago)
- Last Synced: 2024-09-08T13:01:21.506Z (4 months ago)
- Topics: web-components
- Language: SCSS
- Homepage: https://bayjs.org/
- Size: 103 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.