tictactoe

A tic tac toe game built with React

MIT License

Stars
0

tic-tac-toe

A Tic Tac Toe game written with React, Redux and Create-react-app boilerplate.

Supports recent browsers and IE 11.

Content

Project Structure

  public/
  src/
    actionCreators/
    ai/
    components/
    costants/
      actions
    containers/
    css/
    reducers/
    selectors/
    util/

Available Scripts

npm install

Downloads node_modules.

npm start

Starts a development server:

npm test

Checks if crashes.

npm run build

Minifies and optimizes the code.

alias npm run predeploy

npm run eject

Don't do it

npm run deploy

pushes the content of ./build on the gh-pages branch of this repo

License

MIT