Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 408 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 408 Bytes

Tax calculator module

There are 2 parts to this project:
UI : ReactJS
Server : ExpressJS
to run this project locally

### UI : 
    ```
    cd ui
    yarn install
    yarn start
    ```
### server : 
    ```
    cd server
    yarn install
    node index.js
    ```


The UI will run on port 3000 
The server will run on port 8000