elstat/priv/frontend/README.md

14 lines
109 B
Markdown
Raw Normal View History

2018-06-12 21:57:25 +00:00
# elstat frontend
install dependencies:
```sh
$ yarn
```
to build for production:
```sh
$ yarn build
```