Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 637 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 637 Bytes

Yoda Scrum

Daily Stand-up Meeting timer with Star Wars theme made for Hacktoberfest :)

Development

Before run the app, install dependencies for both /frontend and /backend projects:

npm i

To run the dev environment run the following

npm run start:dev

This above command will start a Webpack-Dev-Server to serve frontend app and the ExpressJS API server. Webpack-Dev-Server is configured to redirect every request to api/* and /socket.io/* to API server.

Libraries

Backend

  • ExpressJS
  • SocketIO

Frontend

  • Webpack
  • React
  • React-Redux
  • AntD
  • SocketIO-Client