mylvari / react-tictactoe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Tic-Tac-Toe

Facebook has written a very good introduction for the React library. You can find it from React Tutorial.

Do the tutorial in Browser

The tutorial can be run through without any installations by starting from this code template in codepen. And following the tutorial through starting here.

Run the tutorial locally

Once you have the application running in your local environment (nodejs or docker) you can edit the files in your editor and see the changes immediately in the browser window here http://localhost:8000.

Prerequisites

Using Node

  • Install nodejs.
  • Open your favorite shell.
  • Clone this repository: git clone git@github.com:koodi101/react-tictactoe.git
  • Go to the cloned directory: cd react-tictactoe.
  • Install dependencies npm install
  • Run the app npm start
  • Open browser in http://localhost:8000

Using Docker

  • Install docker.
  • Open your favorite shell.
  • Clone this repository: git clone git@github.com:koodi101/react-tictactoe.git
  • Go to the cloned directory: cd react-tictactoe.
  • Run the app docker-compose up
  • Open browser in http://localhost:8000

About


Languages

Language:JavaScript 76.7%Language:CSS 18.5%Language:HTML 4.8%