/gym-manager-frontend

Gym manager web app frontend

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

GYM MANAGER

To develop a gym manager product which can be used by gyms to manage their users.

To run in development:

  1. npm install
  2. npm run dev-bundle -> to bundle the files using webpack (will be in watch mode)
  3. npm run start:dev -> to start the server (port : 3000)

To run in production :

  1. npm install
  2. npm run start -> bundles and starts the server

Tech stacks used:

  1. Node.js (server)
  2. React.js (UI)
  3. redux-saga (asynchronous handling)
  4. redux (state management)
  5. react-emotion (for css in js)