-
Make sure you have a recent version of Node.js installed.
-
Create a skeleton for tic-tac-toe app:
npm install -g create-react-app
create-react-app tic-tac-toe
cd tic-tac-toe
yarn start
- Delete all files in the
src/
folder - Add a file named
index.css
in thesrc/
folder with this CSS code - Add a file named
index.js
in thesrc/
folder with this JS code, and then add three lines to the top of it:
import React from 'react'; import ReactDOM from 'react-dom'; import './index.css';
-
Notifications
You must be signed in to change notification settings - Fork 0
anhnk/tic-tac-toe
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Intro to React - tutorial
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published