elstat/priv/frontend/README.md

19 lines
159 B
Markdown
Raw Permalink Normal View History

2018-06-12 21:57:25 +00:00
# elstat frontend
2018-07-13 19:33:54 +00:00
* cool graphs
2018-06-12 21:57:25 +00:00
install dependencies:
```sh
2018-07-13 19:33:54 +00:00
$ npm install
# in a ci, do:
$ npm ci
2018-06-12 21:57:25 +00:00
```
to build for production:
```sh
2018-07-13 19:33:54 +00:00
$ npm run build
2018-06-12 21:57:25 +00:00
```