Skip to content

aniketmuruskar/react-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-tic-tac-toe

This repository demonstrates the simple tic tac toe game using react.

Prerequisites

Clone react-tic-tac-toe

git clone https://github.com/aniketmuruskar/react-tic-tac-toe.git
cd react-tic-tac-toe

Node.js and Tools

  • Get Node.js.
  • Install the tool dependencies: npm install

Running the Application during Development

Workings of the Application

  • The app is having only single page i.e index.html in public folder.
  • This app using webpack development server i.e webpack-dev-server serve content from dist directory (root).
  • This app using webpack as a module bundler to generate static assets, transpile ES6 to ES5. More webpack
  • You can change port number for app by changing devServer.port in webpack.config.js config file

Resources

For more information on React.js please check out react.js

About

This is the simple tic tac toe game using react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published