uno-game-js/README.md
2021-07-17 00:05:50 +09:00

17 lines
260 B
Markdown

# UNO game written in JavaScript
## For developers
### Install webpack
This repo is compiled with `webpack`. So, first install webpack by
```
npm install webpack webpack-cli
```
### Use webpack
```
npx webpack
```
This command will generate `dist/main.js`