Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 650 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 650 Bytes

Hackerspace Membership Client

This is the frontend of a Hackerspace membership management server. It includes feature like user registration, user login and event management.

Both the server and client is needed. They should sit in a folder structure like this:

- somefolder/
    - hsg-membership-client/
        - src/
        - dist/
        - ...
    - hsg-membership-server/
        - src/
        - ...

Installation

npm install

Running

Build the client first, then run the server.

npm build --prod