/userservice-ui

UI Built With React/Redux and Semantic UI

Primary LanguageJavaScript

UI for my user service

I'm working with React/Redux and Semantic UI

to start the app

you have to start the mock-server & the react-app
  • to start the mock-server

    yarn mock-server
    

    OR

    npm run mock-server
    
  • to make the frontend start

    yarn start
    

    OR

    yarn mock-server
    
  • you can check both of them on

    • mock server

       http://localhost:5000/users
      
    • frontend

       http://localhost:3000