SWE574-Fall2023-Group1 / SWE574-Fall2023-G1

Project for SWE 574 - Group 1
MIT License
7 stars 1 forks source link

Documentation for local frontend development #184

Closed sadikkuzu closed 9 months ago

sadikkuzu commented 9 months ago

As frontend team we want to run npm start, instead of docker compose up everytime, so that we will be able to get frontend implementations' results rapidly.

sadikkuzu commented 9 months ago

To do so, here are the terminal commands:

make down
docker compose up db backend -d --build
cd ./backend/frontend
npm install
npm run start

Corresponding wiki page link: https://github.com/SWE574-Fall2023-Group1/SWE574-Fall2023-G1/wiki/Local-frontend-development-environment

sadikkuzu commented 9 months ago

@dbaslan could you please test these command lines above?

sadikkuzu commented 9 months ago

Or, simply,

make local-frontend
sadikkuzu commented 9 months ago

Done w/ https://github.com/SWE574-Fall2023-Group1/SWE574-Fall2023-G1/pull/185#pullrequestreview-1759134331

dbaslan commented 9 months ago

It works, thank you! This will make our work three times as fast 😎 artworks-000209301625-1gtat4-t500x500