Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 322 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 322 Bytes

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