Skip to content

Daily Stand-up Meeting timer app with Star Wars theme :)

Notifications You must be signed in to change notification settings

victorvilaca/yoda-scrum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Daily Stand-up Meeting timer app with Star Wars theme :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.0%
  • CSS 5.1%
  • HTML 4.9%