whiteclaw-studios / gym-manager-frontend

Gym manager web app frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Gym manager web app frontend

License:GNU General Public License v3.0


Languages

Language:JavaScript 99.7%Language:CSS 0.2%Language:Dockerfile 0.1%