Deviget Code Challenge UI
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
DEV version assumes you have the minesweeper API running in port 8000. You may change it in webpack config file.