Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 8574c199 authored by Pierre Jarriges's avatar Pierre Jarriges
Browse files

wip admin front

parent f9a90661
No related branches found
No related tags found
No related merge requests found
......@@ -22,11 +22,17 @@ doc:
bash-api:
docker exec -it kuadrado_server bash
build-front:
build-website:
npm run --prefix ./website build
build-front-debug:
build-website-debug:
npm run --prefix ./website build debug
build-admin:
npm run --prefix ./admin-frontend build
build-admin-debug:
npm run --prefix ./admin-frontend build debug
logs:
docker-compose logs -f
\ No newline at end of file
......@@ -4,17 +4,10 @@
<head>
<meta charset="utf-8">
<title>Kuadrado admin panel</title>
<link rel="shortcut icon" type="image/x-icon" href="/v/admin-panel/assets/favicon.ico" />
<link rel="stylesheet" href="/v/admin-panel/assets/style.css">
</head>
<body>
<main>
Kuadrado admin panel TODO
FORM: post article
FORM: update/delete article
</main>
</body>
<script src="/v/admin-panel/assets/script.js"></script>
<body></body>
<script src="/v/admin-panel/assets/bundle.js"></script>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment