Mise en place structure frontend

This commit is contained in:
2020-06-15 18:10:06 +02:00
parent af47331223
commit 7f7b187296
30 changed files with 11009 additions and 2 deletions

View File

@ -1,8 +1,11 @@
build:
docker-compose build
deps:
cd frontend && npm install
up: build
USER_ID=$(shell id -u) docker-compose up
( cd frontend && npm run server ) & USER_ID=$(shell id -u) docker-compose up && wait
sg:
docker-compose exec -u $(shell id -u) super-graph sh