Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 368 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 368 Bytes

Hello, React! by tkhr0

Try React 16 with Webpack 4.

handson

  1. Build docker (optional)
  2. Install node dependencies
  3. Compile ES2015 by webpack
  4. Open index.html with browser
$ docker-compose build
$ docker-compose run node yarn install
$ docker-compose run node yarn webpack --progress

Qiita

https://qiita.com/tkhr/items/a279c651a7659c920aa6