1
1
mirror of https://github.com/c8r/x0.git synced 2024-10-26 23:21:46 +03:00
x0/examples/emotion/README.md
2018-05-25 13:36:40 -04:00

19 lines
123 B
Markdown

# x0 emotion example
```sh
npm install
```
## Dev Server
```sh
npm start
```
## Static Build
```sh
npm run build
```