Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 356 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 356 Bytes

tictactoe

Install

$ npm install -g yarn babel-cli
$ yarn install

Launch development mode

$ yarn build:dev
Project is running at http://0.0.0.0:3001/
webpack output is served from /build/
Content not from webpack is served from ./public
404s will fallback to /index.html

And launch your preferred browser on http://0.0.0.0:3001