Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rayriffy/mlth
Million Theater
https://github.com/rayriffy/mlth
Last synced: 9 days ago
JSON representation
Million Theater
- Host: GitHub
- URL: https://github.com/rayriffy/mlth
- Owner: rayriffy
- Created: 2023-06-19T14:09:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-22T18:21:56.000Z (over 1 year ago)
- Last Synced: 2024-10-11T13:27:29.738Z (about 1 month ago)
- Language: TypeScript
- Size: 73.2 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mlth
> **Disclaimer!**: This site is supposed to demonstrate the power of Astro, which means that it will contains lots of unconventional pratices. Please study the code carefully.
Minimum Astro application to browse catalogs of idols in [ミリオンライブ! シアターデイズ](https://millionlive-theaterdays.idolmaster-official.jp/).
Although Astro 2.0 is ment to use the power of server-side rendering, and fetching. But it can also be statically built as well (examples in [`static` branch](https://github.com/rayriffy/mlth/tree/static)).
## Usage
```
# Install
pnpm i# Develop
pnpm dev# Build
pnpm build
```## React meetup 06/23
This demo project is the part of keynote speaking in React Meetup 06/23 session called "Rejecting client-side JavaScript, Embrace server-side rendering"
Keynote presentation slide can be found here [in my storage](https://storage.rayriffy.com/files/react-meetup-rejecting-client-side.pdf)