jokes-bapak2/client/README.md

22 lines
279 B
Markdown
Raw Normal View History

2021-05-02 07:58:37 +00:00
# Jokes Bapak2 Client
2021-05-02 07:49:13 +00:00
2021-05-02 07:58:37 +00:00
Still work in progress
## Development
Please install Yarn first by doing `npm i -g yarn`
```bash
# install dependency
$ yarn install
# run the local server
$ yarn dev
# build the package
$ yarn build
# preview it before deployment
$ yarn preview
```