Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eiel/education-front


https://github.com/eiel/education-front

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# 開発するには

node & npmをインストールしておく。

```
$ npm install
```

## 開発サーバの起動

```
$ npm run dev
```

## 配信用ファイル生成

```
$ npm run build
```