Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eiel/education-front
https://github.com/eiel/education-front
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/eiel/education-front
- Owner: eiel
- Created: 2016-04-22T11:02:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:36:34.000Z (about 1 year ago)
- Last Synced: 2023-12-15T09:41:05.900Z (about 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 開発するには
node & npmをインストールしておく。
```
$ npm install
```## 開発サーバの起動
```
$ npm run dev
```## 配信用ファイル生成
```
$ npm run build
```