Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 798 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 798 Bytes

TicTacToe PreactJS

This TicTacToe game is a simple sandbox project for experimenting with Preact. It's written in TypeScript and includes custom react hooks, context, and state management. An atomic-design approach is used to organize TSX files and minimal CSS is added to each component.

This project was bootstrapped with Preact using the typescript template.

Available Scripts

In the project directory, you can run:

  • npm install: Installs dependencies
  • npm run dev: Run a development, HMR server
  • npm run serve: Run a production-like server
  • npm run build: Production-ready build
  • npm run lint: Pass TypeScript files using TSLint
  • npm run test: Run Jest and Enzyme