Go to file
2022-02-07 01:29:50 -06:00
public Initialize project using Create React App 2022-02-05 08:56:09 -06:00
src [ Final ] Finished intro tutorial 2022-02-07 00:42:15 -06:00
.gitignore Initialize project using Create React App 2022-02-05 08:56:09 -06:00
LICENSE [ License ] Included MIT license 2022-02-07 01:29:24 -06:00
package-lock.json Initialize project using Create React App 2022-02-05 08:56:09 -06:00
package.json Initialize project using Create React App 2022-02-05 08:56:09 -06:00
README.md [ README ] Set proper content for README 2022-02-07 01:29:50 -06:00
tsconfig.json Initialize project using Create React App 2022-02-05 08:56:09 -06:00

Author: Price Hiller
License: MIT

Table of Contents

[[TOC]]

What is this

A basic implementation of React's own introductory tutorial but in Typescript (TSX) instead of Javascript (JSX).

Usage

Requires node & npm. This project was written on node-v17.4.0, no guarantees are given for other versions, but it will likely work forward and back a few versions.

git clone https://gitlab.orion-technologies.io/open-source/react-typescript-tic-tac-toe react-tic-tac-toe && \
    cd react-tic-tac-toe && \ 
    npm install && \
    npm start