public | ||
src | ||
.gitignore | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
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