soufDev / userservice-ui

UI Built With React/Redux and Semantic UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
      

About

UI Built With React/Redux and Semantic UI


Languages

Language:JavaScript 93.7%Language:HTML 4.9%Language:CSS 1.4%