https://github.com/barelyhuman/adex-default-template
Default template for https://github.com/barelyhuman/adex
https://github.com/barelyhuman/adex-default-template
adex template
Last synced: 2 months ago
JSON representation
Default template for https://github.com/barelyhuman/adex
- Host: GitHub
- URL: https://github.com/barelyhuman/adex-default-template
- Owner: barelyhuman
- License: mit
- Created: 2023-12-28T12:04:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-01T15:40:56.000Z (3 months ago)
- Last Synced: 2025-04-15T02:12:58.084Z (2 months ago)
- Topics: adex, template
- Language: JavaScript
- Homepage:
- Size: 94.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# adex-template
Minimal and Default JS Template for Adex
## Features
- Tailwind (Styles)
- Adex (Monolith)
- Dark Mode ([preachjs/themes](https://github.com/preachjs/themes))## Usage
```sh
; npx degit barelyhuman/adex-default-template
; cd
; npm i
# or yarn install
# or pnpm install
; npm run dev
```## License
[MIT](/LICENSE)