Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 255 Bytes

File metadata and controls

13 lines (10 loc) · 255 Bytes

ReactJS-Teamwork-Project

Teamwork project based on React+Redux with Express for back-end

Server is running on port: 8080 Client is running on port: 3000

To start server: - cd server - npm start

To start client: - cd client - npm start