Out of date version, see the new at https://github.com/shvedovskiy/redux-universal-tic-tac-toe
Main technologies: NodeJS, React, Socket.io, Express, jQuery, Bootstrap.
- Check that NodeJS is installed
- Grab the server-side dependencies:
npm install
- Grab the client-side dependencies:
bower install
- Build the application:
gulp
- Start server:
npm start
- Navigate to
http://localhost:3000/