niksolaz / tic-tac-toe-react

game tic tac toe with react and parcell bundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing version Node and npm. My actually version Node is v10.23.2, npm is 6.14.10, nvm is 0.33.11

node -v  //output v10.23.2
npm -v  //output 6.14.10
nvm --version //output 0.33.11

Install package

yarn install

or

npm install

Running

yarn start

Building

yarn build-prod

Testing ( I'm using jest )

yarn test

Info

I've not installed UI library or Linting. For this, you can install anything do you want.

Credits

Made with love by Nicola Solazzo

About

game tic tac toe with react and parcell bundle


Languages

Language:JavaScript 65.7%Language:SCSS 26.7%Language:HTML 6.5%Language:Dockerfile 1.2%