Skip to content

An online TicTacToe game with chat function. Written in NodeJs, VueJs, Socket.Io

License

Notifications You must be signed in to change notification settings

Sinmson/-WebApp-TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToeApp

How to use:

  1. Clone the repository
  2. Run "npm install" ( to get all modules)
  3. Run "webpack"
  4. Run "node server"
  5. Server is running at 127.0.0.1:3000

How to develop:

  1. Open 2 consoles
    • Run "npm install" ( if u didnt already )
    • Run "webpack --watch" ( to automaticly build the build.js after safes)
    • Run "node server" ( runs on port 3000)
  2. If compass installed ( needed to compile scss files)
    • Run "compass watch"

Do not edit css files, they get overwriten when compass compiles.

About

An online TicTacToe game with chat function. Written in NodeJs, VueJs, Socket.Io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published