Skip to content

BurlingtonCodeAcademy/tic-tac-toe-william-and-austen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe (WWW)

Project page: http://js-intro.burlingtoncodeacademy.com/projects/tic-tac-toe-www

  • Install static server:

    npm install node-static
    
  • Launch static server:

    npx node-static
    
  • Visit local web site:

    • MacOS:

      open http://localhost:8080
      
    • Windows:

      start http://localhost:8080
      
  • Launch Cypress:

    npx cypress open
    
  • Run tests: in Cypress window, click "Run all specs" button

About

tic-tac-toe-william-and-austen created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published