Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 352 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 352 Bytes

Noughts and Crosses

The classic Tic-Tac-Toe game

image

Features

  • Uses typescript
  • Parcel for build optimization
  • SCSS for styling over vanilla CSS

Setup

Must have node & npm installed

  1. Run npm install
  2. To start dev server: npm start
  3. To serve on host: npm run build and build directory as /dist