Skip to content

jackroi/connect-four

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect Four

The Connect Four Game.

Run

Backend

Database

# start mongodb
mongo

REST api server

# change to the frontend directory
cd backend

# install dependencies
npm install

# compile typescript source code
npm run compile

# launch the server
npm start

Frontend

# change to the frontend directory
cd frontend

# install dependencies
npm install

# launch the web app
ng serve --open