Web Tic-Tac-Toe
The resulting repository for the tutorial on Data-Blogger on building Tic-Tac-Toe using Webpack, React, Redux and Babel.
Building the code
npm run-script build
Watching the code
npm run-script watch
Spawn a local server
npm run-script serve