Skip to content

ETAChalmers/Auktion-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auktion

setting up a development environment

Install yarn and docker-compose.

Run the following in /frontend/ to start the frontend:

yarn install
yarn serve

Run the following in /docker-compose_files/development/ to start the backend:

docker-compose up --build