sanpezlo / TicTacToe

Simple tic-tac-toe app project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TicTacToe

Simple tic-tac-toe app project

Installation

to install the dependencies run the following commands:

git clone https://github.com/saintPez/TicTacToe.git
cd tictactoe
npm install

Environment Variables

to use environment variables, create a file .env.NODE_ENV and replaces NODE_ENV with Node Environment, inside the tictactoe/api/ or tictactoe/app/ folder

Example with the .env.production file inside the tictactoe/api/ folder:

PORT=3000
MONGO_URI=mongodb://[username:password@]host1[:port1][,...hostN[:portN]][/[defaultauthdb][?options]]

About

Simple tic-tac-toe app project

License:MIT License


Languages

Language:JavaScript 78.2%Language:CSS 20.7%Language:HTML 1.0%Language:Shell 0.1%