HorstFrank / ttt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a modified starter code for the official React.js tutorial. All components are using React hooks instead of class components and are based on TypeScript. Please follow the Hooks tutorial instead of the official tutorial.

Getting Started

First, install dependencies:

npm install

Great, you are ready to run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the components by modifying components/Game.tsx. The page auto-updates as you edit the file.

About

License:MIT License


Languages

Language:TypeScript 52.9%Language:CSS 25.7%Language:JavaScript 17.4%Language:Shell 3.9%