This repository contains skeleton code for the live code-along as well as information on how to set up the project before the workshop begins.
We will be building a simple tic-tac-toe game.
Requirements before beginning the example:
-
Familiarity with HTML, CSS, Javascript (ES6 syntax), and Git will be very useful and make everything move more smoothly.
-
Install a recent version of Node.js here. Select the version "Recommended For Most Users".
-
Install GitHub Desktop here. This will install both the command line version of Git and the GUI.
-
Clone this repository into a new folder.
-
Navigate into the
my-ap
directory,npm install
thennpm start