Added readme and wrote about webpack
This commit is contained in:
parent
2d6ad1d44c
commit
2e6436fb12
16
README.md
Normal file
16
README.md
Normal 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`
|
||||
Loading…
x
Reference in New Issue
Block a user