Skip to content

ethan-cao/ConnectFour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConnectFour

Tech stack: ES6, SCSS, React, Redux, Jest, npm, webpack

How to run the game locally

git clone https://github.com/ethan-cao/ConnectFour.git    
cd ConnectFour/
npm install
npm run build
npm start

How to run test

npm run test