Added readme and wrote about webpack

This commit is contained in:
Eunchong Kim 2021-07-17 00:05:50 +09:00
parent 2d6ad1d44c
commit 2e6436fb12

16
README.md Normal file
View File

@ -0,0 +1,16 @@
# 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`