Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkeeth/vantan-techford-slide
VANTAN techford Academy Javascript 初級 クラスの講義資料です
https://github.com/kkeeth/vantan-techford-slide
Last synced: 18 days ago
JSON representation
VANTAN techford Academy Javascript 初級 クラスの講義資料です
- Host: GitHub
- URL: https://github.com/kkeeth/vantan-techford-slide
- Owner: kkeeth
- Created: 2021-10-07T03:24:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-16T15:41:35.000Z (about 1 month ago)
- Last Synced: 2024-11-30T16:41:32.090Z (25 days ago)
- Language: HTML
- Homepage: https://vantan-techford-slide.vercel.app/
- Size: 152 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to KADOKAWA ドワンゴ工科学院, javascript class slides
このリポジトリでは、KADOKAWA ドワンゴ工科学院のjavascript / React 講義のスライドを管理しています。
複数のスライドを管理しています。`slides/`フォルダ内の各難易度、各会のスライドを作成してください。
## スライドを起動
```bash
$ cp slides/[回数].md ./
$ npm run dev [回数].md
```## 全てビルド
```bash
$ mv [回数].md slides/
$ npm run build-all
```# Welcome to [Slidev](https://github.com/slidevjs/slidev)!
To start the slide show:
- `npm install`
- `npm run dev`
- visit http://localhost:3030Edit the [slides.md](./slides.md) to see the changes.
Learn more about Slidev on [documentations](https://sli.dev/).