sbt-idp/cope2n-fe/readme.md
2023-11-30 18:19:06 +07:00

666 B

Run the project COPEN-FE

  • How to clone the project:

    git clone http://code.sdsrv.vn/c-ope2n/frontend.git

  • Change to working directory: Open the downloaded project via terminal then re-direct to the frontend folder and switch to the develop branch:

    cd frontend

    git checkout develop

  • Install packages: Install needed packages/dependencies for running the** project (We need to manually run this every time we add a new dependency to the package.json file).

    npm i

  • Start project in developer mode:

    npm start

  • Environment variables in .env file:

    • Development port: VITE_PORT
    • Backend API: VITE_PROXY